In your book Wicked Cool Shell Scripts, on p. 115, Script #40 Reporting Disk Hogs, on the 8th line the second part of the line reads: awk -F: '$2 > 99 {print $1} ') I am very new to shell scripting, so I am probably just not understanding how this line should be interpreted. In my Linux class, I have been learning that in the /etc/passwed file the 1st field is username, the...
Continue reading about
Bug in shell script using awk to read /etc/passwd?