Forum: Shell Scripting Jun 25th, 2007 |
| Replies: 4 Views: 1,753 http://www.freebsd.org/cgi/man.cgi?query=sysexits&apropos=0&sektion=0&manpath=FreeBSD+4.3-RELEASE&format=html |
Forum: Shell Scripting Aug 15th, 2006 |
| Replies: 4 Views: 1,741 try an alias:
alias home="cd /home/budroeducom"
alias cd1="cd /some/longpath/to/somewhere"
typing
home
will execute |
Forum: Shell Scripting Jul 14th, 2006 |
| Replies: 4 Views: 3,842 Choices
1. install GNU date (the linux version) so you can use the --date option.
Also check the man page for your current version of date - it may be a GNU variant.
2. use C's strptime()... |