Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Problems with "while" bash

bash while-loop

Im using vim to check man page, and there is some weird character,how to make it normal?

bash shell vim terminal vi

grepping string from long text

bash shell grep

No output from awk only when redirected to pipe or file [duplicate]

bash awk stdout

Count number of nonempty entries in each column of, e.g., comm output

bash unix awk

Travis CI: How do I escape my password for `travis encrypt` to work?

bash escaping travis-ci

Start systemctl from a Bash script and don't wait for it

bash

extract multiple items on single line using grep/sed/perl

linux bash perl sed tr

Bash associative arrays be initialized in a (...) list?

How to use sed to get the required output?

regex string bash unix sed

Write Bash function with named input parameters

macos bash terminal

How can I reformat messages in an mbox file with bash or Perl?

perl bash mbox

how to run a bash script using ssh and xargs across several hosts without the script being copied to each host?

linux bash shell ssh xargs

Loading pugi::xml_document from std::cin fails when invoked in pipeline

c++ linux bash pugixml

Can a list of objects be made and operated on in a BASH environment

linux bash list unix object

How do I recursively find files with specific names and join using ImageMagick in Terminal?

Use serial-console as display, but computer keyboard for standard-input

pidof -x $0 returns 2 instead of expected 1, is there a one-line alternative?

linux bash shell

How can a bash script ensure that not more than one copy of it is running?

linux bash shell