Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to replace an entire line in a text file by line number

bash text replace sed

Intersection of two lists in Bash

bash

Commenting in a Bash script inside a multiline command

bash syntax comments

Run a string as a command within a Bash script

How to add leading zeros for for-loop in shell? [duplicate]

bash for-loop

In bash, how does one clear the current input?

bash input

Run ssh and immediately execute command [duplicate]

bash unix ssh

How to prevent rm from reporting that a file was not found?

bash rm

RVM is not a function, selecting rubies with 'rvm use ...' will not work

ruby bash rvm

Setting PATH environment variable in OSX permanently

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

Removing colors from output

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

linux bash shell sed

How to configure git bash command line completion?

git bash

How do I make this file.sh executable via double click?

bash macos terminal executable

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 determine function name from inside a function

bash function