| bio | website | keith-s-thompson.github.com |
|---|---|---|
| location | San Diego, CA | |
| age | 53 | |
| visits | member for | 1 year, 8 months |
| seen | 7 hours ago | |
| stats | profile views | 260 |
I'm a programmer and all-around nerd living in San Diego, California and working at JetHead Development Inc.
E-mail: Keith.S.Thompson@gmail.com
|
1d |
awarded | Nice Answer |
|
May 10 |
comment |
How to touch a multifile using ssh? What happens when you run the script directly on the server? If you get the same error, then it has nothing to do with ssh. If not, it's probably related to some environment variable that the script depends on. Either way, we can't possibly provide any specific help without knowing what abinitio30.env is trying to do. |
|
May 9 |
comment |
Weekly cron job to save list of installed packages @Ubersoldat: Piped instructions should work just fine. Cron executes commands with /bin/sh, which takes care of all the pipes and so forth. |
|
May 9 |
revised |
why does ls -d also list files, and where is it documented? Maybe I should, like, answer the question? |
|
May 9 |
awarded | Enlightened |
|
May 9 |
awarded | Guru |
|
May 8 |
comment |
why does ls -d also list files, and where is it documented? @sendmoreinfo: That depends on the shell and the settings. In csh and tcsh, a failing glob expansion is an error. In bash, shopt -s failglob causes the same behavior. Setting nullglob but not failglob causes, for example, *nosuchfile* to expand to an empty string. |
|
May 8 |
revised |
why does ls -d also list files, and where is it documented? Ramble on... |
|
May 8 |
awarded | Mortarboard |
|
May 8 |
awarded | Good Answer |
|
May 8 |
comment |
why does ls -d also list files, and where is it documented? @Thomas: Or in whatever directory you specify: ls subdir/a* |
|
May 8 |
comment |
why does ls -d also list files, and where is it documented? @Thomas: a* expands to a list of all files in the current directory whose names start with a. |
|
May 8 |
awarded | Nice Answer |
|
May 7 |
answered | why does ls -d also list files, and where is it documented? |
|
May 2 |
revised |
/usr/bin/env: zsh -: No such file or directory Add link from comment |
|
May 2 |
answered | /usr/bin/env: zsh -: No such file or directory |
|
May 1 |
comment |
Accidental chown under / as root Note that the chown may also have cleared any setuid or setgid bits on the affected files, even if they were originally owned by root. |
|
May 1 |
awarded | Guru |
|
Apr 29 |
comment |
Why is printf better than echo? Could you expand on that? Why wouldn't it be an advantage? The phrase "if you want to call it that" implies pretty strongly that you think it isn't. |
|
Apr 29 |
comment |
Why is printf better than echo? Why the scare quotes? Your wording implies that it isn't necessarily a real advantage. |