Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

custom directory completion appends whitespace

Why do backslashes disappear when run through echo?

bash echo backslash

How to handle error/exception in shell script?

linux bash shell unix

sourcing env output

linux bash shell sh

.bashrc does not read environment path correctly with spaces

How can I grep in a loop?

linux perl bash shell grep

cant get chef to run bash under a certain user

bash chef-infra

unix shell script for checking three variables are same

bash shell unix

How can I grep a keyword which contain underscore?

bash

How to recursively delete multiple files with different extensions?

linux bash find delete-file

search file content in last n lines of shell script

linux bash shell grep

Understanding escaped parentheses in find

bash shell find quoting

Elegant solution to implement timeout for bash commands and functions

bash

Converting CamelCase to lowerCamelCase with POSIX Shell

bash shell posix

How can I read first n and last n lines from a file?

bash awk sed head tail

Killing vim processes with a shell script leaves .swp files

linux bash shell vim

How do I get mdfind to include folder matches in addition to files?

macos bash terminal

Execute bash function from find command

bash xargs

Awk or Sed: Return lines between two instances of the same pattern

regex bash shell awk sed

Bash regex: how to match n times using 'grep' or 'ls'

regex bash grep ls