Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Set environment variables for non-interactive shell

linux bash shell

Is there any established order for 'ls' arguments?

bash shell posix zsh ls

What is the equivalent to "which" for commands that don't refer to executables?

bash shell unix terminal

sed gives error with unterminated substitute in regular expression

shell awk sed

ANSI escape code weird behavior at end of line

Padded printf format strings not adding enough padding with multi-byte characters

bash shell printf

How do I escape a PHP script to an external editor and return afterwards?

Create a pipe that writes to multiple files (tee)

shell pipe ksh

send output to file from within shell script

unix shell

How to do a circular shift of strings in bash?

bash shell text-parsing

How to redirect output from dd command to /dev/null?

linux shell dd

Prevent parent directories from being tarred

shell tar

need help porting a sed command from debian to OSX

macos shell command-line sed

Colored manpages with tcsh?

linux shell tcsh manpage

bash script to find pattern in text file and return entire line

linux bash file shell search

how to pipe bc-calculation into shell variable

linux shell variables bc

Howto: Using syslog for user created shell script

linux bash shell ubuntu syslog

How to get support for '✖' and the like in the Emacs shell buffer?

Shell scripting, store command output in variable and preserve formatting [duplicate]

bash shell unix

Can we have more file descriptors other than the usual stdin/stdout/stderr (0, 1, 2) ones?

bash shell unix