Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to start a Shell Script with QProcess?

c++ qt bash shell qprocess

How to make expect command in expect program script to wait for exact string matching

shell unix scripting sh expect

How to break a line (add a newline) in read -p in Bash?

linux bash shell newline

How can you ask bash for the current options?

linux bash shell

bash built in function bash source code

linux bash shell built-in

openssl: how to disable "writing RSA key" message in console

bash shell openssl

ln complains about no such file or directory

unoconv works from terminal using www-data but not from php script also as www-data

php shell pdf ubuntu uno

What does $?VAR mean in csh?

shell macros csh

Remove shortest leading whitespace from all lines

shell

Adding a tab character before external script output

bash shell ubuntu

How do I prevent tar from overwriting an existing archive?

linux shell tar

Exit from BASH Infinite loop in a pipeline

bash shell unix

GVM/Grails shell script bug?

shell grails ubuntu path gvm

Downloading a tarball from github without curl

linux shell curl github wget

Count PDF pages from stdin with Ghostscript (PostScript)

How can I make a "read-only variable"?

shell posix sh

not foundsh: 2: error comes while exectutin a shell command?

shell

Pass commands to Mongo shell from bash script without halting interactive Mongo shell

linux bash mongodb shell

Is it safe to set IFS for a for loop and then unset it inside the for loop?

linux shell unix posix