Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to grep and filter out at the same time?

shell grep

bash run command without exiting on error and tell me its exit code

bash shell

Emacs shell mode open file in buffer

shell emacs ssh terminal

Why are both "true" and "false" tests true?

Running shell command that has nested quotes via ssh

bash shell quoting

sbt: Can't run interactively from mintty on cygwin

shell scala terminal cygwin sbt

How to tee all console output of shell sessions to a log file

Jenkins Pipeline sh: command not found - are certain commands not available now?

Cronjob to run every 30 minutes

shell time cron

Get value of Centos version

linux bash shell awk sed

how to perform a key field lookup in a file using bash or awk?

linux shell awk

Cross-platform method to detect whether /dev/tty is available & functional

linux bash macos shell tty

outputting a CSV file from shell

linux bash shell csv awk

How do I make parts of a URL to increment at the same time in cURL?

Using sed or awk how do you remove a pattern around a certian line

shell unix sed awk

remove substring from filename

shell ubuntu

How to log all input (cin) into file in C++

c++ shell io

Exit a bash script from a function whose output is captured

linux bash shell sh

How do I drop back to the python shell after exiting a script?

python shell python-3.x