Tip #170 SVN resolve all conflicts
Resolve all your conflicted files. Use with caution!!Read more »
Tip #46
Using expansion to move a file aside without having to type the file name twiceRead more »
- TAGS:
- bash
Tip #45
multiple command output into a single program:diff -u <(ls -c1 dir_1) <(ls -c1 dir_2)
Will show you a diff of files in the root of dir_1 and dir_2 Read more »
Tip #47 Changing file extensions
Rename replaces string X in a set of file names with string Y.Read more »
- TAGS:
- bash
Tip #64 Find occurrences of a string in a large code base without firing
example, look for all the TODO and HACK strings I left in large java project and show a bit of context before and after using the -C switch of grep.Read more »
Tip #67 Loop over files with spaces in the name
Loop over files with spaces in the name:(Wrong) example:
Read more »
- TAGS:
- bash
Tip #77 Bash fork bomb
Don't forget the bash fork bomb. DO NOT TRY THIS AT HOME... Posted here so that you don't see this in a forum or a mailing list and use it without knowing:Read more »
- TAGS:
- bash
- redirection
alias aptitude at awk bash bc cal cat cd colrm comm cp csh curl cut date dd df dialog diff dirname dpkg du fc find fuser grep gs gzip history iconv kill ksh last less ln ls lsof lynx m4 md5sum mkdir mkfifo mkisofs mv mysql nc netstat openssl OSX perl ping popd ps pushd python read redirection rm scp screen sed sort ssh stat sudo svn tail tar tee test top tr uniq vim wc wget xargs