VLSI UNIVERSE
Some Interesting lInux commands Usage
Write a linux command that prints the list of all the unique include files in all the c++ files in a given area :
Answer :
find . -name "*.cxx" | xargs grep "#include" | awk '{print $2}' | sort -u
No comments:
Post a Comment
Thanks for your valuable inputs/feedbacks. :-)
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Thanks for your valuable inputs/feedbacks. :-)