| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | May 1 at 6:45 | |
| stats | profile views | 0 |
|
Jan 27 |
revised |
Passing arguments to KOrganizer event reminder bash/yad scripts deleted 1 characters in body |
|
Jan 27 |
answered | Passing arguments to KOrganizer event reminder bash/yad scripts |
|
Jan 18 |
comment |
Easy way to copy lines from one file to another @Berndard: "... so I view it properly in an editor." I got the idea that Rich wanted the lines in an editor in windows. With xsel there is no need to copy the file as well. |
|
Jan 18 |
comment |
Easy way to copy lines from one file to another To copy the lines directly into the clipboard. |
|
Jan 18 |
comment |
Easy way to copy lines from one file to another If you have xsel installed you could use sed with xsel. sed -n '2000,2150p' youfile| xsel |
|
Jan 9 |
awarded | Teacher |
|
Jan 9 |
awarded | Editor |
|
Jan 9 |
revised |
How to grep number of occurence of two different words in a file on Linux? Fixed minor spelling mistake |
|
Jan 9 |
comment |
How to grep number of occurence of two different words in a file on Linux? You don't need to wc -l. grep -c gives the count directly. |
|
Jan 9 |
answered | How to grep number of occurence of two different words in a file on Linux? |
|
Jan 6 |
awarded | Supporter |