| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | Apr 16 at 23:40 | |
| stats | profile views | 19 |
name should be lk but the minimum length is 3
|
Sep 21 |
awarded | Custodian |
|
Aug 30 |
comment |
Find and remove many files by specific content consider if you really need to search dir.*/*, maybe just . would be appropriate? find will (by default) act recursively |
|
Aug 30 |
comment |
Is it *really* possible to directly steal a private key if it uses no passphrase? +1 was about to post a similar answer |
|
Aug 30 |
answered | Remove all packages in a text file via apt-get |
|
Aug 27 |
comment |
What is the definition of a regular expression? I don't know if there is a single definition for "regular expressions" as the term is commonly used. There are different syntax specifications, such as POSIX regular expressions or Perl regular expressions, which include other "features" such as backreferences or lookaheads. These may no longer be regular expressions in the strictest sense (in the context of regular formal languages) but are still referred to as such. |
|
Aug 27 |
answered | What is the definition of a regular expression? |
|
Aug 24 |
comment |
Finding all “Non-Binary” files You could use the file utility somewhere in your script/pipeline to identify whether the file is data or text |
|
Aug 22 |
comment |
How to cache all internet downloads This sounds very difficult or impossible do to for "all internet downloads", although it should be possible if you limit your scope (ie. only http requests) |
|
Aug 22 |
answered | Accessing ssh proxy from another host |
|
Aug 21 |
comment |
Accessing ssh proxy from another host I thought this wouldn't be the issue because I misread the man page. Does it work if you use -D '*:9999' instead of -D 9999? |
|
Aug 21 |
awarded | Commentator |
|
Aug 21 |
comment |
Accessing ssh proxy from another host Are you able to otherwise access the host from the guest? ie. ping or ssh |
|
Aug 21 |
answered | Match slash in bbe |
|
Aug 21 |
awarded | Critic |
|
Aug 21 |
answered | What are the scope restrictions for setting shopt extglob. and other options? |
|
Aug 20 |
comment |
`tail -f` until text is seen This might not work if Finished: SUCCESS is the last line of output |
|
Aug 20 |
awarded | Analytical |
|
Aug 20 |
comment |
Display time stamp in dd/mm/yyyy_hh:mm:ss:ms in Unix or Linux Is there any reason you are using echo? It seems redundant, you can just use date directly |
|
Aug 20 |
comment |
Redirect stdout and stderr, with timestamps on stderr only Right, but since they are separate streams I'm not sure if there is any way to prevent that |
|
Aug 20 |
answered | Redirect stdout and stderr, with timestamps on stderr only |