Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to control a cisco IP-Phone from the CLI?

find -name with multiple filenames using shell variable

bash shell find

find whether a library is installed using shell script

linux shell deb

Two styles of check return value in ksh

shell ksh

cp command won't run if executed from shell script

linux bash shell cp

Edit text format with shell script

Longest line using awk

shell unix awk

How can I test whether a positional parameter is set in Bash?

bash shell parameters

How to check the value which my program returns?

c linux shell

Automatically close MsgBox in vbscript?

shell vbscript wsh

Argument parsing in bash [duplicate]

bash shell

Watch command line for string

bash shell command-line

How can I count the different file types within a folder using linux terminal?

linux shell terminal

shell_exec not working not able to convert pdftotext

php linux shell cakephp pdf

How to read a property value of json file located local on Ubuntu Terminal

linux shell ubuntu

Copy one file into every subdirectory

bash shell scripting

how to insert a newline \n after x numbers of words, with AWK or Sed

linux bash shell unix awk

Is it possible to make some shell calls automatically when entering a directory?

bash shell sh

Shell: Sed -i.bak to rename file by appending current date

What does `echo $?` mean in bash? [duplicate]