DEV.MD / Developer Network
Search:     Advanced search
Browse by category:
Glossary | Contact Us

Showing: 1-5 of 5  
Articles
 
document Remove path from find result in Bash
Find all .sh files from current directory. $ find . -name "*.sh" ./als.sh./engine/a.sh./engine/mysc.sh./tools/new/slv.sh
Not rated 16 Apr, 2010 Views: 622 Comments: 0
document Standard Input and Output Redirection
The shell and many UNIX commands take their input from standard input (stdin), write output to standard output (stdout),...
rating 27 Feb, 2009 Views: 3078 Comments: 0
document Detach a working copy from SVN or CVS
In order to detach a working copy of some code and get the clean structure, without the .svn (.cvs) folders you may use something like: find ....
rating 29 Apr, 2008 Views: 1738 Comments: 0
document Lab Exam and sample solutions
http://cs.anu.edu.au/Student/comp2100.2004/lab-exam-solution.html
Not rated 21 Mar, 2008 Views: 1043 Comments: 0
document Remove Empty Lines and Comments
sed '/ *#/d; /^$/d' example.pl
Not rated 21 Mar, 2008 Views: 1096 Comments: 0



RSS