Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Execute and get the output of a shell command in node.js

Convert Unix timestamp to a date string

bash shell unix unix-timestamp

How to make zsh run as a login shell on Mac OS X (in iTerm)?

macos bash shell zsh

Delete files older than 10 days using shell script in Unix [duplicate]

bash shell unix find

How to send commands when opening a tmux session inside another tmux session?

shell tmux

How to get the last character of a string in a shell?

string bash shell

Where to place $PATH variable assertions in zsh?

macos shell zsh

How to get a shell environment variable in a makefile?

shell makefile

How do you tell if a string contains another string in POSIX sh?

shell unix

How to grep for case insensitive string in a file?

bash shell awk sed grep

How to parse XML in Bash?

xml bash xhtml shell xpath

Rearrange columns using cut

shell csv cut

How do I escape the wildcard/asterisk character in bash?

bash shell escaping

Check if database exists in PostgreSQL using shell

postgresql shell

Why use make over a shell script?

shell makefile compilation

How to empty (clear) the logcat buffer in Android [duplicate]

android shell adb logcat

How to do multiline shell script in Ansible

shell ansible

How to sort an array in Bash

arrays bash shell sorting

Get exit code of a background process

linux shell unix process

Checking if output of a command contains a certain string in a shell script

bash shell grep