Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Where do you keep your own scripts on OSX? [closed]

macos bash terminal

Saving current directory to bash history

bash

When grep "\\" XXFile I got "Trailing Backslash"

linux bash shell grep

How do you kill all Linux processes that are older than a certain age?

linux bash unix process

How to compile executable for Windows with GCC with Linux Subsystem?

c bash gcc

Failed to activate virtualenv with pyenv

python bash virtualenv pyenv

Windows 10 Bash (Ubuntu) - How to scroll up?

Using Bash to display a progress indicator [duplicate]

bash shell unix progress

Searching your command history on macOS terminal

bash macos history

How to decode URL-encoded string in shell?

bash shell awk sed urldecode

Round a divided number in Bash

linux bash math shell rounding

How to schedule to run first Sunday of every month

bash shell cron redhat

How can I upload (FTP) files to server in a Bash script?

bash ftp

What are the error exit values for diff?

bash shell diff exit-code

How do you return to a sourced bash script?

bash subprocess return exit

How to cd into a directory with space in the name?

bash cygwin cd

Ansible: How to chmod +x a file with Ansible?

bash ansible

What is the difference between using `sh` and `source`?

linux bash shell unix

Exporting an array in bash script

arrays bash export

Remove function definition (unalias equivalent) [duplicate]

bash shell zsh