Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the $? (dollar question mark) variable in shell scripting? [duplicate]

shell scripting

How to execute a bash command stored as a string with quotes and asterisk [duplicate]

bash scripting escaping quotes

Is there replacement for cat on Windows

How can I suppress all output from a command using Bash?

bash shell scripting echo

How to delete items from a dictionary while iterating over it?

scripting dictionary python

SQL Server - stop or break execution of a SQL script

sql sql-server scripting exit

What does `set -x` do?

linux bash unix scripting

Execute command on all files in a directory

bash scripting

Scripting Language vs Programming Language [closed]

Remove the last line from a file in Bash

How do I get the current username in Windows PowerShell?

Add a prefix string to beginning of each line

How to urlencode data for curl command?