|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
|
Showing: 1-5 of 5
Articles
|
||||||
|
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
|
||||||
|
||||||
|
Standard Input and Output Redirection
The shell and many UNIX commands take their input from standard input (stdin), write output to standard output (stdout),...
|
||||||
|
||||||
|
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 ....
|
||||||
|
||||||
|
Lab Exam and sample solutions
http://cs.anu.edu.au/Student/comp2100.2004/lab-exam-solution.html
|
||||||
|
||||||
|
Remove Empty Lines and Comments
sed '/ *#/d; /^$/d' example.pl
|
||||||
|
||||||
Powered by
KBPublisher (Knowledge base software)
