Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to insert a BASH variable into a PERL regex replacement?

regex bash perl shell

Finding a uniq -c substitute for big files

How do I run two commands in a single line for loop in bash? [closed]

bash shell

How can I execute shell commands in sequence?

node.js shell

what does [ -n "$VARIABLE" ] || exit 0 mean

bash shell

Is there way to check if shell script is executed with -x flag

bash shell sh

echo to stdout and append to file

bash shell echo

Chocolately `Get-ExecutionPolicy` - Uncaught ReferenceError: Get is not defined

How to extract a substring matching a pattern from a Unix shell variable

regex unix shell sed grep

Linux shell command to read/print file chunk by chunk

linux file shell

cd Terminal at a given directory after running a Python script?

Help with variables and new lines, and quoting in a bash script

bash shell quotes

Extend ps output to more than 80 characters in Solaris 8

shell unix solaris ps

Pass action as Parameter on Command Prompt (Linux)

linux bash shell

Prevent globbing after variable substitution

bash shell escaping glob

In linux shell, How to cp/rm files by time?

linux shell time cp rm

How to evaluate a stream line by line

bash shell unix

how can I use linux command sed to process Little-endian UTF-16 file

shell utf-16 endianness

Shell - Pipe to multiple commands in a file

bash shell tee

What's "set -- "$progname" "$@"" means in shell script?

linux shell