223 reputation
18
bio website dp4j.com
location Bolzano, Italy
age
visits member for 2 years, 2 months
seen Dec 24 '11 at 23:43
stats profile views 16

Oct
24
awarded  Popular Question
Aug
24
awarded  Popular Question
Apr
19
awarded  Popular Question
Mar
4
awarded  Yearling
Dec
24
comment How to create a sudo user that cannot delete me?
that's a shame. I expected the OS to have such capability.
Dec
24
accepted How to create a sudo user that cannot delete me?
Dec
24
asked How to create a sudo user that cannot delete me?
Aug
26
accepted How do I delete all lines with “.png” in a file?
Aug
26
comment How do I delete all lines with “.png” in a file?
no inline option? I'd like to get rid of ".png" and ".jpg" for that matter. Also case-insenstive?
Aug
26
asked How do I delete all lines with “.png” in a file?
Aug
26
accepted How to use $? and test to check function?
Aug
26
asked How to use $? and test to check function?
Jun
3
comment How to copy all html files from a directory tree to a single directory?
setopt globstar doesn't work on bash 4.2 both on mac and linux.
Jun
2
comment How to copy all html files from a directory tree to a single directory?
-J is not in gnu xargs (4.4.2)
May
14
asked Is there a OS/user-wide log to log to?
May
10
accepted How to copy all html files from a directory tree to a single directory?
May
10
comment How to copy all html files from a directory tree to a single directory?
on the mac I don't have -t but $ find MR -name "*.html" -exec cp ~/debug {} \; prints: "cp: /Users/simpatico/debug is a directory (not copied)." for each html file
May
10
comment How to copy all html files from a directory tree to a single directory?
@lain - did you notice my mac limited cp w/o -t? I actually intend not to copy the structure, so cmd would be ideal if it worked, but writing the cmd w/o -t doesn't do the trick (I still get the usage printed).
May
10
asked How to copy all html files from a directory tree to a single directory?
Apr
12
accepted How do I execute a script later?