Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to simulate the environment cron executes a script with?

bash scripting cron

Replace one character with another in Bash

string bash replace

Checking Bash exit status of several commands efficiently

bash exit

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

bash shell pipe output stdout

Error handling in Bash

Sorting data based on second column of a file

bash shell unix

How to exit if a command failed? [duplicate]

linux bash exit exitstatus

What is $@ in Bash? [duplicate]

bash arguments

"find: paths must precede expression:" How do I specify a recursive search that also finds files in the current directory?

linux bash find

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

Test whether a glob has any matches in Bash

bash glob

Pass ALL Arguments from Bash Script to Another Command [duplicate]

How to use 'find' to search for files created on a specific date? [closed]

bash unix find

Renaming files in a folder to sequential numbers

bash rename batch-rename

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

bash shell alias sh

if arguments is equal to this string, define a variable like this string

bash scripting arguments

How to write multiple line string using Bash with variables?

linux bash bash4

What is a unix command for deleting the first N characters of a line?

bash unix command truncate

Can I change the name of `nohup.out`?

bash logging nohup