Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scripting

Get just the filename from a path in a Bash script [duplicate]

bash scripting shell

Stopping scripters from slamming your website

How do I get the path and name of the file that is currently executing?

python scripting file

Get name of current script in Python

python scripting basename

How to get a password from a shell script without echoing

bash shell scripting sh

How can you find and replace text in a file using the Windows command-line environment?

Why do you need to put #!/bin/bash at the beginning of a script file?

linux bash scripting shebang

sudo echo "something" >> /etc/privilegedFile doesn't work [duplicate]

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