Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scripting

How does a Linux/Unix Bash script know its own PID?

bash scripting pid

How do I abort the execution of a Python script? [duplicate]

python syntax scripting exit

eval command in Bash and its typical uses

linux bash shell scripting eval

How to get the part of a file after the first line that matches a regular expression

bash shell scripting grep

awk without printing newline

scripting awk newline

How to make a Python script run like a service or daemon in Linux

python linux scripting daemons

How to check the extension of a filename in a bash script?

bash scripting file

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