248 reputation
15
bio website
location Austria
age
visits member for 1 year, 2 months
seen Feb 17 at 8:01
stats profile views 20

Apr
7
awarded  Yearling
Dec
5
comment Can I create a user-specific hosts file to complement /etc/hosts?
-1 for telling the OP what question he has to post
Nov
30
answered Remove newline from unix variable
Nov
18
comment Bash/Korn shell script edited on Windows throws error '…^M: not found'
there is no shebang defined. !/ has to be inserted into the first line to have one.
Nov
14
comment How can I create a clean shell environment for temporary use?
unix.stackexchange.com/questions/48994/…
Nov
13
comment How do I find corrupted archive files?
maybe @Nima wants to remove the files manualy then using -print0 instead of exec rm -i {} \; will display the files that are corrupted without deleting them.
Nov
11
comment Get the newest file from directory structure year/month/date/time
@tojrobinson: I dare to bet that Radek has formatted the month as two digit number (with a leading zero for January to September) like the day and and hour (same for the minute and second component) and that the script will work for him. Your solution works also if this would be not the case.
Nov
11
comment Get the newest file from directory structure year/month/date/time
You should the -n flag simply remove because it has no effect.
Nov
11
comment Get the newest file from directory structure year/month/date/time
@Radek: no, not in October next year, in the year 10000.
Nov
11
comment Get the newest file from directory structure year/month/date/time
I don't see any advantage of removing the leading path with sed, nor by splitting the fields in the sort nor by sorting numericallly. nevertheless I learned how to use sort with different fields.
Nov
7
comment Split large txt file into certain small file
can you tell us how a file with 5 columns * 3 rows is split in the wrong way if you use split?
Nov
7
answered Quotes exercise - how to do ssh inside ssh whilst running sql inside second ssh?
Oct
11
comment How to move all files and folders via mv command
-1 This is similar to the answer of @mulaz and there are the same drawbacks
Oct
10
revised Change currency format to generic number using sed
added 5 characters in body
Oct
10
revised Change currency format to generic number using sed
added 111 characters in body
Oct
10
revised Change currency format to generic number using sed
misspelled one word
Oct
10
revised Change currency format to generic number using sed
misspelled one word
Oct
10
answered Change currency format to generic number using sed
Oct
10
comment Complicated variable content failed to get into sed
why you do you want your code to contain `col1content=echo $ann` in the second line instead of col1content=$ann
Oct
10
awarded  Critic