2,162 reputation
29
bio website e-choroba.blogspot.cz
location Czech Republic
age 37
visits member for 1 year, 4 months
seen 23 hours ago
stats profile views 75

Bash, Perl, Linux. Programming & teaching.


Oct
27
answered find with user variables
Oct
26
revised Strange behaviour of uninitialized arrays and unset arrays
added 35 characters in body
Oct
26
comment Strange behaviour of uninitialized arrays and unset arrays
@Bakuriu: Initialize it as array=().
Oct
26
answered Strange behaviour of uninitialized arrays and unset arrays
Oct
26
comment bash script select menu
@Tom: See the example.
Oct
26
revised bash script select menu
example added
Oct
26
answered bash script select menu
Oct
23
awarded  Nice Answer
Oct
18
answered How to test for possible conflicts while using alias in bashrc?
Oct
10
answered Syntax error in a bash script that calls find
Oct
9
answered Restructuring directories into a hierarchy
Oct
9
answered How do I perform an action on all files with a specific extension in subfolders in an elegant way?
Oct
4
comment How does sh -e interact with &?
wait returns the status of the process it waited for. If the subshell fails, the wait fails, too, and makes the whole shell fail.
Oct
1
comment Average rows with same first column
Are the same ids grouped together as shown in the sample?
Sep
24
answered Is it possible for nohup to write the output both to the file nohup.out AND to the screen/terminal?
Sep
21
awarded  Custodian
Sep
21
reviewed Edit suggested edit on Semicolon in conditional structures
Sep
21
revised Semicolon in conditional structures
== should be =
Sep
21
comment Semicolon in conditional structures
All the quotes in both the samples are unnecessay.
Sep
21
answered Semicolon in conditional structures