Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Using 'if' within a 'while' loop in Bash

How do I compare two strings in if condition in bash

bash if-statement

Disconnect and reconnect ttyUSB0 programmatically in Linux

linux bash serial-port tty

Bash if [ -d $1] returning true for empty $1

bash if-statement

Pipe two different outputs into a command that takes two inputs

bash shell unix pipe

Adding XML element in XML file using sed command in shell script

xml bash shell sed

Bash: Split stdout from multiple concurrent commands into columns

linux bash shell