Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Batch file equivalent of CURRENTDIR="$PWD"?

shell batch-file

How do I store the output of a git command in a variable?

linux bash shell

Inserting a conditional RUN statement inside a dockerfile

shell docker boot2docker

Use tee (or equivalent) but limit max file size or rotate to new file

unix shell logging tee

Brace expansion with range in fish shell

shell fish brace-expansion

Use GDB to debug a C++ program called from a shell script

c++ debugging shell gdb

How can I write and append using echo command to a file

shell scripting

syntax error in conditional expression: unexpected token `;'

bash shell if-statement

Piping tail output though grep twice

bash shell unix grep tail

Connecting n commands with pipes in a shell?

c shell posix pipe

Help me make my windows cmd.exe console work more like a Linux terminal

windows linux shell terminal cmd

Unix command to escape spaces

linux shell unix

Installing gitLab missing modernizer?

linux shell debian gitlab

How do I use variables in single quoted strings?

string bash shell echo

find directories having size greater than x MB

linux shell unix

Simple way to convert HH:MM:SS (hours:minutes:seconds.split seconds) to seconds

linux bash shell time

In a Linux shell how can I process each line of a multiline string?

linux shell

Interactive shell using PHP

php shell interactive

How to get the number of files in a folder as a variable?

bash shell

Is there a Python equivalent to the 'which' command [duplicate]