Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

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

Check if a string matches a regex in Bash script

regex bash shell scripting

How to split one string into multiple strings separated by at least one space in bash shell?

bash shell string split

How to find whether or not a variable is empty in Bash?

bash shell is-empty

Get last dirname/filename in a file path argument in Bash

linux bash shell svn

Insert line after match using sed

shell sed

Bash conditionals: how to "and" expressions? (if [ ! -z $VAR && -e $VAR ])

bash shell

How can I ssh directly to a particular directory?

bash shell scripting ssh

How can I detect if my shell script is running through a pipe?

bash shell pipe

Block Comments in a Shell Script

shell

Generating a SHA-256 hash from the Linux command line

linux shell sha256

What is the $? (dollar question mark) variable in shell scripting? [duplicate]

shell scripting

How do I list one filename per output line in Linux?

linux shell ls

Display curl output in readable JSON format in Unix shell script

json shell curl

What is the difference between $(command) and `command` in shell programming?

bash shell ksh sh

How to perform grep operation on all files in a directory?

linux shell grep