Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scripting

Find and Replace Inside a Text File from a Bash Command

How do I get cURL to not show the progress bar?

linux bash unix scripting curl

How can I set the current working directory to the directory of the script in Bash?

bash path scripting

How can I remove the first line of a text file using bash/sed script?

bash scripting sed

How do I know the script file name in a Bash script?

linux bash shell scripting

How do I compare two string variables in an 'if' statement in Bash? [duplicate]

bash if-statement scripting

How does "cat << EOF" work in bash?

linux bash scripting heredoc

In a Bash script, how can I exit the entire script if a certain condition occurs?

bash scripting exit exit-code

How to run a PowerShell script

How can I declare and use Boolean variables in a shell script?

bash shell scripting boolean sh

How to count lines in a document? [closed]

How do I prompt for Yes/No/Cancel input in a Linux shell script?

linux bash shell scripting

How do I parse command line arguments in Bash?

How to mkdir only if a directory does not already exist?

shell scripting ksh aix mkdir

How do I split a string on a delimiter in Bash?

bash shell split scripting

How do I tell if a regular file does not exist in Bash?

bash file-io scripting