Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

What's the meaning of the parameter -e for bash shell command line?

bash shell

How to get the last part of dirname in Bash

bash shell dirname

How to execute Python inline from a bash shell

python shell inline execution

Linux Shell Script For Each File in a Directory Grab the filename and execute a program

linux shell

How to get child process from parent process

Export from sqlite to csv using shell script

sqlite shell csv

How do I declare a constant in shell script?

bash shell

How to get a list of programs running with nohup

linux shell centos nohup

What does "-ne" mean in bash?

bash shell syntax

Linux: Which process is causing "device busy" when doing umount? [closed]

linux shell device mount umount

What are the differences between using the terminal on a mac vs linux? [closed]

macos bash shell ubuntu terminal

How do you dynamically reload fish config files as you would in bash?

Bash Shell Script - Check for a flag and grab its value

linux bash shell debian

Why sudo cat gives a Permission denied but sudo vim works fine? [duplicate]

bash shell echo cat

Several ways to call a windows batch file from another one or from prompt. Which one in which case?

windows batch-file shell

Can colorized output be captured via shell redirect? [duplicate]

How do I get the absolute directory of a file in bash?

linux bash shell

How to find the difference in days between two dates?

bash shell date

What do $? $0 $1 $2 mean in shell script? [duplicate]

bash shell ash

Print execution time of a shell command

shell command-line