Skip to main content
nohillside's user avatar
nohillside's user avatar
nohillside's user avatar
nohillside
  • Member for 14 years, 1 month
  • Last seen more than a week ago
21 votes

In Bash, when to alias, when to script and when to write a function?

14 votes
Accepted

How to check if input string matches a specific format?

10 votes
Accepted

Bash string range and replace

9 votes
Accepted

How can I get git to select txt files in the current directory alone

8 votes
Accepted

Uniting urls for a download utility (like wget) in one line

8 votes

Remove last / of path string using sed

8 votes
Accepted

What does the slash do in 'case $1/$2' in shell script (/bin/sh)

7 votes
Accepted

How find only executable files using 'locate'?

7 votes

How to split a directory of files into sub-directories

7 votes

Move all files NOT ending with .txt

7 votes
Accepted

How does `curl` access SSL certs in macOS?

5 votes

Command to get first 5 and last 10 characters of a line

5 votes
Accepted

Remove all lines that contain $PWD

5 votes
Accepted

What exit code integer grep returns when it doesn't match a string?

4 votes

Adding suid to a binary file

4 votes
Accepted

Strange behavior of PS3 and PS4 prompt variables

4 votes
Accepted

Why the output of "cat a.out" is some weird text, instead of binary?

4 votes
Accepted

Call `type` on a command that's self-aliased

4 votes

What do special characters stand for in echo {A..z}

4 votes
Accepted

printf escape %q string vs variable

4 votes

Move folder structure across multiple directories

4 votes

Move every file that ends with 3 letter extension, but the last letter is either "g" of "f"?

4 votes
Accepted

Piping content from Github into crontab

4 votes
Accepted

read value validation

4 votes

How to check for "delta" argument like "+10"

4 votes
Accepted

Writing to same file as part of a for-loop generates an empty file

3 votes

multiple sequences in a single variable

3 votes
Accepted

How to batch compress pdfs?

3 votes
Accepted

Pick particular match keyword from one column and paste it on last column-Linux

3 votes

Closing the standard output (>&-)