Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

sed - delete all characters before dash

bash sed awk

Run tail -f for a specific time in bash script

linux bash unix tail

Why can't I echo contents into a new file as sudo? [duplicate]

bash echo sudo

Merging large number of files into one

macos bash unix cat

How do I preserve new line characters for sendmail in bash script?

bash echo sendmail

Unix Command to get file path without basename

linux bash shell unix

Split a sentence using space in bash script

bash shell ubuntu

Is it possible to set time out from bash script? [duplicate]

linux bash process settimeout

Fast recursive grepping of svn working copy [duplicate]

windows svn bash grep

Where is .bashrc or .bash_profile on OpenSuse linux?

bash rvm opensuse

How can I use && with my own functions?

bash

sed Extract version number from string (only version, without other numbers)

regex bash shell sed

Count the occurrence of a string in an input file

linux bash shell

how to pipe pwd into pushd

bash

How can I remove leading and trailing zeroes from numbers with sed/awk/perl?

perl bash sed awk

Convert single column file into multiple columns

How can I make this if's work in Bash?

linux bash shell

Force `tee` to run for every command in a shell script?

linux bash logging shell tee

Adding alias to end of alias list in .bashrc file using sed

bash shell

Compile several projects (with makefile), but stop on first broken build?

bash makefile