FreeBSD - beautiful in source
# uname -sr
FreeBSD 8.0-CURRENT
# grep -Ri fuck / usr / src / * | wc -l
280
The command counts the number of lines containing the word fuck in / usr / src *
* / usr / src - Sources.
FreeBSD 8.0-CURRENT
# grep -Ri fuck / usr / src / * | wc -l
280
The command counts the number of lines containing the word fuck in / usr / src *
* / usr / src - Sources.