Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to escape os.system() calls?

python shell escaping

How to Batch Rename Files in a macOS Terminal?

Remove duplicate lines without sorting [duplicate]

shell scripting filter uniq

How do you grep a file and get the next 5 lines

shell grep

How do I edit /etc/sudoers from a script?

linux shell sudo

What does it mean in shell when we put a command inside dollar sign and parentheses: $(command)

bash shell terminal sh ksh

Iterating over each line of ls -l output

linux shell

Shell one liner to prepend to a file

shell unix

How to append the output to a file?

linux shell command-line

Better way of incrementing build number?

Redirect STDERR / STDOUT of a process AFTER it's been started, using command line?

linux bash shell

How do I set $PATH such that `ssh user@host command` works?

unix shell path ssh

Relative paths based on file location instead of current working directory [duplicate]

bash shell

Why 0 is true but false is 1 in the shell?

shell boolean

Unix - create path of folders and file

linux bash shell unix scripting

How to grep a text file which contains some binary data?

shell

Remove a character from the end of a variable

bash shell

Compare integer in bash, unary operator expected

linux bash shell

Shell Script — Get all files modified after <date>

unix shell

How to run a command in the background and get no output?

shell