Re: [9fans] Trying to override 'cd' command

2015-06-27 Thread Neven Sajko
From the manual: -l If -l is given or the first character of argument zero is -, rc reads commands from $home/lib/profile, if it exists, before reading its normal input. Does this help you?

[9fans] inequality testing in shell

2015-06-14 Thread Neven Sajko
. Regards, Neven Sajko

Re: [9fans] inequality testing in shell

2015-06-14 Thread Neven Sajko
Any of the comparisons -ne, -gt, -ge, -lt, or -le may be used in place of -eq. Oops :) Sorry, I didn't notice that there under the -eq entry. Thanks