Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Catching error codes in a shell pipe

shell error-handling pipe

How to check if a process is running inside docker container?

shell docker containers

Making ZSH default Shell in MacOSX [closed]

bash shell zsh

What is the command to list the available avdnames

What does 'cd -' stand for?

linux bash shell

Why is an MD5 hash created by Python different from one created using echo and md5sum in the shell?

python shell md5sum

Writing outputs to log file and console

bash shell redirect logging

Display two files side by side

how to set environment variables in fish shell

shell fish

Replace a string in shell script using a variable

unix shell sed

Find all storage devices attached to a Linux machine [closed]

linux bash shell

Simulating ENTER keypress in bash script

linux bash ubuntu shell

How to set shell for npm run-scripts in Windows

windows shell npm

How to make grep only match if the entire line matches?

shell unix grep

shell-script headers (#!/bin/sh vs #!/bin/csh)

shell unix

Is there a way to change the environment variables of another process in Unix?

Open a file from Cygwin

shell cygwin

Call Python script from bash with argument

python linux bash shell debian

grep -P no longer works. How can I rewrite my searches?

macos perl shell

How to convert a string from uppercase to lowercase in Bash? [duplicate]