Skip to main content
Ankit Vashistha's user avatar
Ankit Vashistha's user avatar
Ankit Vashistha's user avatar
Ankit Vashistha
  • Member for 12 years, 11 months
  • Last seen more than 4 years ago
271 votes
7 answers
513k views

How to extract specific file(s) from tar.gz

19 votes
9 answers
76k views

How to rename all files with special characters and spaces in a directory?

16 votes
2 answers
42k views

How to use SFTP in a script to non-interactively pull file from remote host?

15 votes
4 answers
19k views

How to make cd arguments case INsensitive?

10 votes
7 answers
128k views

Linux User not able to login

6 votes
4 answers
21k views

How to check the process along with its arguments in process list?

6 votes
2 answers
13k views

How to continuously take backup of log files?

6 votes
1 answer
37k views

How can I use multiple if statement inside another if statement of a awk program?

4 votes
4 answers
40k views

How to pass variables to awk command with conditions?

4 votes
4 answers
7k views

Killing all the process of a command except first process

3 votes
8 answers
10k views

How to extract column name (header) from a CSV file which contains the max value in a row?

3 votes
2 answers
5k views

Huge delay in script response when using SFTP with expect

3 votes
1 answer
27k views

How to resolve SSL Certificate Error while installing PIP?

2 votes
4 answers
5k views

How to sum column values for each row in two csv files using bash script?

2 votes
1 answer
3k views

How to capture Network traces containing only a specific string?

2 votes
0 answers
2k views

How to fix the corruption of the tar balls?

2 votes
3 answers
2k views

How to put fixed-width, vertically-oriented key-value pairs in a CSV file?

1 vote
1 answer
2k views

How to parse a CSV file based with groups made of specific number of rows?

1 vote
1 answer
5k views

How to select rows from a CSV file based on different column values?

1 vote
2 answers
55k views

How to use cp command in bash script to copy files with spaces ans $ characters in it? [duplicate]

1 vote
3 answers
8k views

Why won't my FTP script get all the files using mget command?

1 vote
1 answer
776 views

How can a shell script perform actions if the file creation time has passed 5 minutes?

0 votes
1 answer
353 views

How to grep the following lines from a file?

0 votes
3 answers
4k views

How to print the values of variables with incremented numbers using a loop in shell script?