Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Using redirection in a linux shell script which run as sudo

linux shell

Is it possible to replace previous command by '^' multiple times?

shell terminal

Messed up bash prompt, probably due to changes in bashrc

bash shell prompt

Change the speed of /dev/urandom

Multiple lazy string replacing between two patterns with sed

regex bash shell sed

Unix Cat : No such file or directory error

shell unix

Terminal errors on-load zsh ("...command not found: ^M")

foreach loop through associative array in bash only returns last element

arrays bash shell

why echo strings in bash reading from stdin doesn't show space characters

bash shell

Set LD_PRELOAD when executing a command in shell script

linux bash shell

Add string with backslash in file using sed command

How to write value1 || value2 in shell?

shell

alternative for command line "sort | uniq -c | sort -n"

perl shell sorting awk count

Create a new file with same perms and owner as an existing file

shell unix solaris solaris-10

View output or progress of shell script when run in AppleScript

shell applescript

How to run a process in the background inside Gvim?

bash shell vim

Using a subshell for parameter substitution with diff

bash shell

How can I get last day in the month Shell Scripting [duplicate]

linux shell ubuntu unix

Why the zsh codes like [ $var == 'str' ] runs well as a command but error as a script file?

shell zsh

Function to print a list of background processes in C (like jobs)?

c bash shell