Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scripting

Copy folder recursively, excluding some folders

bash unix shell scripting

Purpose of #!/usr/bin/python3 shebang

python scripting

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

Determine if a function exists in bash

How do I create a nice-looking DMG for Mac OS X using command-line tools?

How do you execute an arbitrary native command from a string?

scripting powershell

Correct Bash and shell script variable capitalization

Meaning of $? (dollar question mark) in shell scripts

How to redirect the output of a PowerShell to a file during its execution

powershell scripting stdout

How to resolve symbolic links in a shell script

bash shell scripting symlink

Random number from a range in a Bash Script

bash shell scripting

How to run a shell script in OS X by double-clicking?

macos shell scripting desktop

Best way to simulate "group by" from bash?

bash scripting

How do I write a bash script to restart a process if it dies?

bash scripting cron

How to simulate the environment cron executes a script with?

bash scripting cron

Error handling in Bash

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

bash scripting arguments

Check if a string matches a regex in Bash script

regex bash shell scripting

Python recursive folder read

python scripting file-io

How can I ssh directly to a particular directory?

bash shell scripting ssh