Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Is there a Unix utility to prepend timestamps to stdin?

unix shell awk

Design patterns or best practices for shell scripts [closed]

design-patterns bash shell

How to go to each directory and execute a command?

bash shell unix find

Command substitution: backticks or dollar sign / paren enclosed? [duplicate]

Why is $$ returning the same id as the parent process?

bash shell pid subshell

How to default to other directory instead of home directory

bash shell git-bash

How to break out of a loop in Bash?

bash shell while-loop

How to set child process' environment variable in Makefile

How to get the second column from command output?

shell awk ksh

Looking for ALT+LeftArrowKey solution in zsh

shell key zsh

Run a string as a command within a Bash script

Rename multiple files by replacing a particular pattern in the filenames using a shell script [duplicate]

shell

How do I create a crontab through a script

linux shell ubuntu cron crontab

eval command in Bash and its typical uses

linux bash shell scripting eval

How do I fetch lines before/after the grep result in bash?

bash shell ubuntu

How to use sed to remove the last n lines of a file

linux bash shell sed

How to get the part of a file after the first line that matches a regular expression

bash shell scripting grep

Viewing full output of PS command

linux bash shell process

How do I delete/remove a shell function?

bash shell zsh

How to get "wc -l" to print just the number of lines without file name?

shell wc