Ha ha ha! Your own damned fault for not writing about how to be productive in C shell. (For those who do not get it: it was, is, and will always be, not possible to be productive writing scripts in C ...
Command Prompt holds almost endless possibilities, and it's doubtful many people know the full extent of what a few lines of code can accomplish. The next time you're bored at your PC, try these fun ...
[user@host ~]$ echo $(echo test) test [user@host ~]$ myhomedirsize=$(du -hs ~) [user@host ~]$ echo $myhomedirsize 33K /home/user I think the main reason is that it is ...