Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

extract fields to variable

bash

opening more than one file split vertically through emacs -nw

bash emacs konsole

Escape dots in domains names using sed in Bash

bash sed escaping

multiple regex replacement on variable in bash?

regex bash

How to prevent Bash's while loop from trimming whitespace?

bash

Output Cygwin/bash results to text file

bash batch-file cygwin dos

Passing a space-separated System Property via a shell script doesn't work

java bash

Is it possible to export environment property from ruby script? [duplicate]

ruby bash

How to replace the nth column/field in a comma-separated string using sed/awk?

bash replace sed awk csv

Shell Command Starting with ">"

bash shell

Find and replace string in parameter bash

regex string bash replace

Line counting - how to exclude a folder?

bash

How can I print a specific field from a specific line in a delimited type file

file bash shell csv awk

Check if file is in a given directory (or sub-directory) in bash

bash

Setting an argument with bash [duplicate]

linux bash unix

How to find files bigger then some size, and sort them by last modification date?

bash find

shortcut to replace all strings in previous bash command

undoing changes to bashrc from terminal

bash ubuntu terminal

Find most frequent line in file in bash

bash lines

Is there a way in Python to check whether an entry to os.environ is a variable or a shell function?