| bio | website | |
|---|---|---|
| location | United States | |
| age | 42 | |
| visits | member for | 1 year, 11 months |
| seen | Mar 31 at 3:16 | |
| stats | profile views | 7 |
Working amidst the ever merging & forever blurred realms of technocrat and troglodyte.
|
Jan 14 |
comment |
how can a makefile detect whether a command is available in the local machine? more on using "type" : cmd=$(for cmd in foo md5 md5sum bar; do type $cmd >/dev/null 2>&1 && echo $cmd && break; done); $cmd file1 file2 file3 > md5.txt |
|
Jan 13 |
answered | How to uninstall java from sco openserver 5.0.6? |
|
Jan 13 |
answered | Permissions for a submission script |
|
Jan 13 |
awarded | Teacher |
|
Jan 13 |
answered | how can a makefile detect whether a command is available in the local machine? |