Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

getopts checking for mutually exclusive arguments

bash getopts

How does activating a python virtual environment modify sys.path?

python bash python-venv

on-the-fly output redirection, seeing the file redirection output while the program is still running

linux bash

Run du on parallel

Minicom send automate script

linux bash shell serial-port

Surprising array expansion behaviour

arrays bash shell ifs

Why isn't DYLD_LIBRARY_PATH being propagated here?

IFS=: leads to different behavior while looping over colon-separated values

bash shell for-loop ifs

bash completion for certain types of files in a special directory

bash autocomplete

Tab autocompletion in bash vi shell mode

bash vi msys

Using read without triggering a newline action on terminal

bash terminal newline

How does argparse (and the deprecated optparse) respond to 'tab' keypress after python program name, in bash?

Using variable with cp in bash

linux bash variables cp

Bash set -x echo redirects as well as commands

bash pipe io-redirection

How to use Jenkins environment variable in shell script?

bash jenkins

How awk NF filename is working?

bash awk

Redirect stdin in a script to another process

bash pipe

bash scripting: build a command then execute

bash shell

find if filename contains a certain string in bash script

bash

How can I use a single command to unzip every file in a directory, into a new unique directory with the same name as the file

bash unzip