Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to use a here document in a loop? [duplicate]

bash shell

How should I understand "> outfile 2>&1" and " 2>&1 > outfile"?

c linux shell unix

Execute function every n commands in bash

linux bash shell bots

What is the verbose option in mkdir?

linux bash shell sh mkdir

xsel -o equivalent for OS X

linux macos shell terminal

Extract value of column from a line (variable)

bash shell unix awk

Define oh my zsh aliases per folder

linux shell unix zsh oh-my-zsh

How to use sed to delete multiple lines when the pattern is matched and stop until the first blank line?

linux shell sed

Difference in pipe and file redirection - BASH

bash shell redirect

How to execute multiple command after double pipes in shell script

shell unix ksh

How to run inotifywait continuously and run it as a cron or deamon?

linux shell init inotify

UNIX: Sort files by number/version without 0 padding

bash shell sorting unix

get parent directory of a file in bash

linux bash shell sh

Python: run shell command in a specific directory [duplicate]

python shell

Reading from stdin OR file using awk

bash shell unix awk

How to get the exit status of second last command?

bash shell

How to run a script shell in google Colab?

fish shell seems to be ignoring LD_LIBRARY_PATH?

shell ubuntu fish

Shell scripting cut -d " " -f4 file.txt command

shell

How can I delete the lines starting with "//" (e.g., file header) which are at the beginning of a file?

regex shell awk sed