This link has been bookmarked by 133 people . It was first bookmarked on 02 Mar 2006, by Joel Liu.
-
Paul Terry WalhusWhen you need to work with columns of data or execute a little bit of code for each line matching a pattern, use awk. awk programs are pattern-action pairs. While some awk programs are complicated enough to require a separate file containing the program,
-
Forrest Cao$ ls -l | grep Aug | wc -l # line count$ apropos checksum # help search$ grep -v '/images' # -v ignore$ tr -d '\r' # To convert a PC file to UNIX$ ... | sed 's/,.*$//' # kill from comma to end of line$ awk '{n+=$1;} ; END {print n;}' < /home/public/cs6
-
-
How To Look Like A UNIX Guru
-
-
muki Trifelolinux commands
-
Chu Yeow CheahWoah pushd, popd <-- very useful
-
Sharjeel SayedIf you want to be a serious server developer, you will need to have a certain facility with a number of UNIX tools; about 15. You will start to see similarities among them, particularly regular expressions, and soon you will feel very comfortable. Combini
-
Eliseo SotoReferencia de como usar y combinar varios comandos
-
Mike Mpopular useful commands for linux
-
cycloonBasis-Tricks für die Shell. Einige sehr nützliche Sachen dabei.
-
-
MKS's UNIX shell
-
-
-
If you want to be a serious server developer, you will need to have a certain facility with a number of UNIX tools; about 15. You will start to see similarities among them, particularly regular expressions, and soon you will feel very comfortable. Combining the simple commands, you can build very powerful tools very quickly--much faster than you could build the equivalent functionality in C or Java, for example.
-
-
Sid ChoudhuriGreat tutorial on the basics of *nix.
-
M GStreams, tarballs, searching streams, translating streams, moving files between machines, how to kill a set of processes, how to make a histogram, processing mail files, generating getter/setters
-
Lyubov BerezinaIf you want to be a serious server developer, you will need to have a certain facility with a number of UNIX tools; about 15. You will start to see similarities among them, particularly regular expressions, and soon you will feel very comfortable. Combini
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.