Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

linux bash shell

How can I see the current value of my $PATH variable on OS X?

Append file contents to the bottom of existing file in Bash [duplicate]

bash sed awk append

How to find the largest file in a directory and its subdirectories?

How do I execute any command editing its file (argument) "in place" using bash?

bash command-line sorting

How to make an "alias" for a long path?

linux bash unix scripting

Simulating ENTER keypress in bash script

linux bash ubuntu shell

In Unix, how do you remove everything in the current directory and below it?

How to rename with prefix/suffix?

bash rename filenames prefix mv

Meaning of tilde in Linux bash (not home directory)

linux bash home-directory

How to get cURL to output only HTTP response body (JSON) and no other headers etc

json bash curl

Command to escape a string in bash

bash escaping

Call Python script from bash with argument

python linux bash shell debian

how do I check in bash whether a file was created more than x time ago?

linux bash command-line

bash: mkvirtualenv: command not found

What do double-asterisk (**) wildcards mean?

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

Docker: Stop and delete docker container if it's running

bash docker containers

How execute bash script line by line?

bash

How to access command line arguments of the caller inside a function?