Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to change the terminal title to currently running process?

bash windows-terminal

Bash/Linux Find non-ASCII character in a .txt file and replace it with an ASCII character

copy paste tab delimited results into excel file

excel bash

awk for date range in seconds

bash awk

how can I select only specific .nc files from long list to work with cdo?

bash filenames cdo-climate

How to split a string by underscore and extract an element as a variable in bash?

bash

How to check if a homebrew service is switched on or not

Size of files and directories on mac via terminal differs from actual size

bash macos size du

Most efficient method to split file into multiple files based on a column

linux bash unix awk split

Why doesn't ${*// /*} work to replace blanks with * in command line arguments?

bash replace

What's the difference between directory contents and directory entries? [closed]

bash directory filesystems ls

combine two sed commands [duplicate]

regex bash unix sed command-line

Bash Expect Telnet: handle premature connection close by server

Variable insertion breaks command

bash macos fastlane

How to use fzf to search for directories only?

bash fzf

Convert first letter to lowercase using sed

bash sed

Space character in python that won't be interpreted by bash

python bash shell ascii

Does the last line of command in bash shell script carries the exit code to the parent?

linux bash shell unix

How this AWK is replacing an IF?

linux bash awk gawk