Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Checking for the correct number of arguments

shell scripting

How can I execute PHP code from the command line?

Print a file's last modified date in Bash

bash shell file date unix

List files with certain extensions with ls and grep

bash shell macos grep

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