Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Unzip All Files In A Directory

linux shell wildcard unzip

What is the Linux equivalent to DOS pause?

linux bash shell

How to sort a file in-place

linux bash shell unix

What is the proper way to test if a parameter is empty in a batch file?

windows shell batch-file cmd

Returning a boolean from a Bash function

bash shell boolean

How do I list the functions defined in my shell? [duplicate]

bash shell function unix

Environment variable substitution in sed

linux unix shell sed

Checking for a dirty index or untracked files with Git

git shell

How to call a shell script from python code?

python shell

shell script to remove a file if it already exist

shell

find without recursion

unix find shell

What's an easy way to read random line from a file?

shell random

How to run mvim (MacVim) from Terminal?

How to pipe stdout while keeping it on screen ? (and not to a output file)

bash shell pipe output stdout

What are the uses of the exec command in shell scripts? [closed]

shell unix exec

Sorting data based on second column of a file

bash shell unix

How can I parse a YAML file from a Linux shell script?

shell yaml

What does $@ mean in a shell script?

linux bash shell unix sh

How can I convert tabs to spaces in every file of a directory?

bash shell unix spaces in-place

How do I run a shell script without using "sh" or "bash" commands?

bash shell alias sh