| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | May 4 at 12:09 | |
| stats | profile views | 4 |
I am a PhD candidate in Theoretical Chemistry
at Ruhr-Universität Bochum, Germany
CONTACT:
theo [dot] zelleke [at] gmail [dot] com
|
Sep 2 |
comment |
Command to get to bottom of tree @SahandMozaffari before find prints ./a/very/long/path/to/some/where/else it definitely prints ./a, ./a/very, ... that's why it works ;-) |
|
Sep 2 |
comment |
Command to get to bottom of tree @Colin747 please see my updated answer... |
|
Sep 2 |
answered | Command to get to bottom of tree |
|
Aug 21 |
revised |
how do I write find expression (atime = ctime) (access time = change time). added 1397 characters in body |
|
Aug 21 |
answered | how do I write find expression (atime = ctime) (access time = change time). |
|
Aug 14 |
awarded | Editor |
|
Aug 14 |
comment |
Get exit code from subshells that are running in parallel @HenkLangeveld: I have updated my answer in response to your objection |
|
Aug 14 |
revised |
Get exit code from subshells that are running in parallel added 359 characters in body |
|
Aug 14 |
answered | Get exit code from subshells that are running in parallel |
|
Aug 14 |
comment |
Get exit code from subshells that are running in parallel(echo "starting b"; b; exit $?) - the exit $? is definitely redundant. You can leave it off and the subshell will return exit code from b anyway. |
|
Aug 14 |
awarded | Supporter |
|
Aug 13 |
awarded | Teacher |
|
Aug 13 |
answered | Replacing lines of texts with another in different files in Unix |