Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scripting

Bash array with spaces in elements

arrays bash unix scripting

Capture key press (or keydown) event on DIV element

How to count objects in PowerShell?

powershell scripting

How do I use Ruby for shell scripting?

ruby shell scripting

How to run a PowerShell script without displaying a window?

How to show a GUI message box from a bash script in linux?

linux bash scripting ubuntu gtk

Wait for a process to finish

bash scripting process wait

Delete all but the most recent X files in bash

bash unix scripting

How to delete duplicate lines in a file without sorting it in Unix

unix shell scripting sed awk

Checking for the correct number of arguments

shell 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" ]