| bio | website | |
|---|---|---|
| location | Israel | |
| age | 26 | |
| visits | member for | 3 years, 9 months |
| seen | May 9 at 13:07 | |
| stats | profile views | 12 |
Talk is cheap. Show me the code.
|
Jan 20 |
comment |
Move a range of numbered files? If the number is in the middle of the name, you can write file{001..21}name, you don't have to use wildcard. Anyway, happy it worked for you. |
|
Jun 2 |
comment |
What are your favourite free fonts? Calibri can hardly be described as "free", not as in beer and certainly not as in speech. |
|
Sep 5 |
comment |
Less and Grep: Getting colored results when using a pipe from grep to less It worked for me with just less, it may be version dependent. |
|
Sep 1 |
comment |
See history of who all opened a particular file Not historically, right now. Maybe I misunderstood your question, but I thought you were looking for a way to see what process/user is accessing a particular file, and fuser does just that. |
|
Aug 26 |
comment |
How do I know if my linux kernel is running in 32bit or 64bit?uname -i prints GenuineIntel, which isn't really what he's looking for. |