Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to run cron once, daily at 10pm [closed]

How do I limit the number of results returned from grep?

linux bash unix sh

How do you run a command for each line of a file?

bash loops line

How to check if a process id (PID) exists

bash process pid

Calling shell functions with xargs

bash sh xargs

Check if bash variable equals 0 [duplicate]

bash equals zero

Test for non-zero length string in Bash: [ -n "$var" ] or [ "$var" ]

Determine if a function exists in bash

Iterate over a list of files with spaces

linux bash shell

Only get hash value using md5sum (without filename)

bash shell md5sum

How to loop over directories in Linux?

linux bash

How to get the list of files in a directory in a shell script?

Reusing output from last command in Bash

bash terminal stdout

Temporarily change current working directory in bash to run a command [duplicate]

Perform an action in every sub-directory using Bash

How can I quickly sum all numbers in a file?

linux perl bash shell awk

How to copy a file to multiple directories using the gnu cp command

linux bash shell

Any way to exit bash script, but not quitting the terminal

linux bash

Execute bash script from URL

linux bash curl

Using curl POST with variables defined in bash script functions