To view parent comment, click here.
To read all comments associated with this story, please click here.
so i forgot mkdir and less, those are probably daily too. xargs is probably a few times a week, chmod/chown and tar, those are probably every few months for me. i had to man dc, w, and cut, hadn't ever run into them (cut especially seems especially useful, going to have to keep it in mind)
So you (and Bill Shooter of Bul) never use GNOME either?
Oh, it's not part of the base system, but it's still GNU.
As is BASH and GRUB (and it's pretty hard to escape GRUB on any PC - be it laptop, desktop or server - without switching to the now not so common LILO
Edited 2010-07-02 09:07 UTC
didn't realize that, you learn something new every day
i use zsh instead of bash, but grub is definately there.
GNU userland is not just rm, grep and awk. It's also ld, glibc and gcc. The linux kernel does not compile without gcc. Linux depends on GNU and all the GNU system depends on glibc (sockets, i18n, pipes, I/O, users and groups, processes, etc). The kernel is a very small component.





Member since:
2006-02-05
i probably use grep, find, ls, cp, rm (and curl, but not sure if thats gnu or not) on a daily basis... and thats it. i would be curious if IT guys use more of the tools, because as a dev, I would rather just write a quick script or one liner in a more general purpose scripting language (like ruby), then stuff like awk, groff, etc.