Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Convert .txt to .csv in shell

linux shell csv awk

How do you use ssh in a shell script?

bash shell ssh ksh rsh

Shell script to know whether a filesystem is already mounted

shell filesystems mount

running bash pipe commands in background with & ampersand

bash shell

Check if program is running with bash shell script?

shell ps

Echo command, and then run it? (Like make)

bash shell makefile echo

Scrapy Shell - How to change USER_AGENT

python shell scrapy agent

Downloading all the files in a directory with cURL

bash shell curl ftp sftp

Executing a shell script from a PHP script

Make a shell script to update 3 git repos

git shell

How to use pastebin from shell script?

http bash shell url pastebin

docker alpine /bin/sh script.sh not found

bash shell docker alpine

How can I check the version of sed in OS X?

shell command-line sed

About the usage of linux command "xargs"

linux shell

How to create a zip file using shell script?

linux shell unix zip

How to export a PostgreSQL query output to a csv file

Declaring global variable inside a function

bash shell scope

How to use su command over adb shell?

List sub-directories with ls [closed]

linux shell

What's the difference of redirect an output using ">", "&>", ">&" and "2&>"?

linux shell unix scripting