View Single Post
Old 06-26-2009, 07:46 AM   #7 (permalink)
kmote
kmote's Avatar
 


Join Date: Jul 2005

Location: England

Posts: 2,985

kmote has a spectacular aura aboutkmote has a spectacular aura aboutkmote has a spectacular aura about

Default Re: set shell script to show output?

Quote:
Originally Posted by office politics View Post
i'll give it a try. what is cifs?
Honestly I don't really know. I was using smbfs and somewhere along the line I learned that cifs was supposed to be newer/better or something.

Another thing about the code is that
Code:
if [$cd < 1000]
will always be true and
Code:
if [$cd > 626]
will always be false
__________________
MSI P43 Neo|Enermax Pro82+ 425W|E5200|8800GT|250GB Samsung spinpoint F1|Samsung SATA DVD RW|4GB Corsair|Antec SOLO|openSUSE11


There are in order of increasing severity: lies, darn lies, statistics, and computer benchmarks. - diskinfo man page
kmote is offline