Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Alias doesn't work inside a Bash script [duplicate]

bash sh alias

How change symlink path for many files?

linux bash ln

Can't redirect command output to file

bash output output-redirect

How to add multiple entries to a plist dictionary with PlistBuddy

macos bash plist

Change spaces with underscore in filename

Calling custom function in bash results in "Command not found" [duplicate]

bash function

How to do character comparison in bash scripts?

bash shell

How can I pass arguments to a script executed by sh read from stdin?

linux bash shell

Create a Log file for Rsync if not exists

bash shell ssh rsync logfile

Authenticating with user/password *once* for multiple commands? (session multiplexing)

bash ssh sftp scp openssh

How can I add x number of leading spaces in a string using Bash?

bash awk sed indentation

Reorder lines near the beginning of a huge text file (>20G)

bash vim dd

using Mac OSX "open" command to open URL with -n flag

bash macos terminal

Do not abort script if a specific command fails

bash

MYSQL Shell connect error from Command line

bash shell mysqlsh

Splitting a large, complex one column file into several columns with awk

bash awk field rows

Change grid size of a netCDF file

Is there a way to redirect stderr to a file that works in bash, csh and dash?

c bash csh

Avoid expansion of * in bash builtin function let

bash scripting expansion let

grep vs Perl. Should I mod this to work, or should I just replace it with Perl code?

regex perl bash grep