Skip to main content
Jim's user avatar
Jim's user avatar
Jim's user avatar
Jim
  • Member for 12 years, 5 months
  • Last seen more than 8 years ago
1 vote
1 answer
2k views

awk and system and print and append to csv file

1 vote
3 answers
493 views

Why doesn't this regex replacement work?

1 vote
2 answers
927 views

Create ssh key pairs to copy elsewhere without messing up my personal ssh setup

1 vote
2 answers
45 views

What is this kind of parsing? [duplicate]

1 vote
1 answer
1k views

Remove rows from a file that exist in another file with newer timestamp

1 vote
2 answers
1k views

How to sort by 2 columns and keep the top row from each group created?

1 vote
3 answers
2k views

sed works when input from echo but not from file

1 vote
1 answer
7k views

Date string to epoch in bash

1 vote
4 answers
2k views

What are alternative tools for searching files in full content?

1 vote
2 answers
733 views

Basic syslog confusion

1 vote
0 answers
100 views

Can cp -r replace the cp -a in this case?

1 vote
1 answer
262 views

Why is this copy/paste in vim configuration not working properly?

1 vote
1 answer
177 views

Doesn't umask apply to files?

1 vote
1 answer
1k views

How does -exec actually work

1 vote
2 answers
653 views

Adjust pane size in vim

1 vote
1 answer
6k views

How can I enable mouse in Vim?

1 vote
2 answers
122 views

Grep and regex, Why does the following return only a specific portion?

1 vote
3 answers
92 views

Stuck in separating chars into strings in my approach. Found a working approach but can not understand it

1 vote
1 answer
7k views

How can I select all copy from vim and paste to other program e.g. mail client?

1 vote
2 answers
1k views

How can I combine grep with file and extra regex

0 votes
1 answer
406 views

My at command failed to reschedule. How can I debug this?

0 votes
1 answer
596 views

Can not install any color scheme in Vim in Kubuntu

0 votes
2 answers
96 views

Have rights during shell but not in a script (unless I sudo it)

0 votes
1 answer
154 views

Is -r mandatory for grep?

0 votes
1 answer
651 views

Why does the input to xargs is 1 string but without is strings in separate line?

0 votes
1 answer
157 views

What is wrong with my copy command?

0 votes
1 answer
210 views

All occurrences of a regex get removed without using the "global" modifier

0 votes
1 answer
393 views

How are the services exactly starting in (K)Ubuntu?

0 votes
1 answer
3k views

What is the different bash per terminal session for Konsole?

0 votes
1 answer
285 views

Why would we su without -? [duplicate]