Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What is difference between running the script as ./script.sh and . ./script.sh [duplicate]

bash

Split a large flat file by first two characters on each line

python regex bash awk sed

linux /tmp folder + how to know if files will deleted after reboot or after some time

linux bash filesystems tmp

How to input to stdin when tee is used

bash tee

Read data from pipe and write to standard out with a delay in between. Must handle binary files too

linux bash

What is the consequence of the period in this line of bash script?

bash

Netmask validation seems not working using regex in bash script while ip validation working fine

regex linux bash validation

Putting line break using sed in bash, problems with regular expressions

regex bash sed awk

PHP Sockets or Python, Perl, Bash Sockets?

php python perl bash sockets

Linux: How to list all files/directories, using only ls

regex linux bash grep ls

bash not displaying extended ASCII characters above 126

bash ascii

bash script for analyzin file on runtime

linux bash

Splitting file by columns

linux bash

What is a good way to source a Bash script from within Python? [duplicate]

python bash dictionary env

Parse Output of Command into Variable LIVE (Network Traffic Monitoring)

macos bash perl sed grep

Can a bash script that returns a Python interpreter replace the shebang?

python python-3.x bash

SSH and identity file for jump server

bash ssh

Print every string that is matched by regex in order

bash awk grep

Update variable in bash function and use it in prompt (PS1)

bash shell scripting sh