Skip to main content
Duck's user avatar
Duck's user avatar
Duck's user avatar
Duck
  • Member for 14 years
  • Last seen more than 1 year ago
  • Mars
42 votes
5 answers
87k views

creating a sequence of numbers, one per line in a file

39 votes
3 answers
89k views

How do I sftp to a server if the username contains @ symbol

39 votes
1 answer
51k views

Monitoring files continuously with lsof

38 votes
4 answers
112k views

Equivalent command to grep binary files

25 votes
3 answers
17k views

A lot of "._" files inside a tar [duplicate]

25 votes
4 answers
18k views

Four tasks in parallel... how do I do that?

13 votes
2 answers
15k views

Alternatives to wget

12 votes
3 answers
40k views

Checking pop mail account using terminal

11 votes
7 answers
23k views

Removing a specific line from a file

10 votes
1 answer
4k views

Tile with a lot of images from terminal

8 votes
2 answers
57k views

Removing blank spaces and tabs from line without messing with line endings

8 votes
5 answers
5k views

force copying a corrupted home directory

7 votes
3 answers
13k views

Search and replacing a string on specific file extensions

7 votes
4 answers
23k views

How to pass a CTRL-D to a command line within a script?

7 votes
4 answers
28k views

iptables rules not reloading on CentOS 6.x

7 votes
1 answer
33k views

Checking a URL redirection from terminal

6 votes
2 answers
1k views

?4 being added to file name with this Bash script, why?

6 votes
3 answers
7k views

Is there a way to discover why my server had a high load

6 votes
6 answers
1k views

Making single digit numbers between 1 and 9 into double digits, inside CSV file

5 votes
3 answers
1k views

How to swap two array elements inside a JSON file

5 votes
3 answers
392 views

Extracting data from complex file structure

5 votes
2 answers
19k views

Checking if I can reach some ports from my computer

5 votes
2 answers
13k views

rm -fr not working

5 votes
2 answers
25k views

appending a variable to a file in Bash not working

4 votes
2 answers
144 views

changing the order of items in a list

4 votes
3 answers
351 views

Bash - file, arrays and output

4 votes
1 answer
2k views

How to produce a file encoded in Mac OS Roman

4 votes
2 answers
752 views

using grep to show entries that match a pattern and are present at least X times

4 votes
1 answer
22k views

Trying to multiply a float in bash not working [duplicate]

4 votes
3 answers
2k views

how to replace the first element in a CSV with a sequential number?