Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in awk

Uppercasing First Letter of Words Using SED

linux bash unix awk sed

delete a column with awk or sed

sed awk

Can I use awk to convert all the lower-case letters into upper-case?

linux bash awk

How to check if the variable value in AWK script is null or empty?

unix awk

Randomly Pick Lines From a File Without Slurping It With Unix

Splitting a file in linux based on content [duplicate]

linux file bash sed awk

How to remove blank lines from a Unix file

unix awk blank-line

Using curl in a bash script and getting curl: (3) Illegal characters found in URL

linux bash curl awk

How to use awk to print lines where a field matches a specific string?

sed awk

Multiple strings, Truncate line at 80 characters

string bash awk

How to get first n characters of each line in unix data file

linux unix awk cut

Print the last line of a file, from the CLI

How can I pass variables from awk to a shell command?

shell awk parameter-passing

Create a dedicated folder for every zip files in a directory and extract zip files

linux shell sed awk unzip

Grep output with multiple Colors?

bash colors sed awk grep

Remove all text before colon

r unix replace sed awk

Use awk to find average of a column [duplicate]

bash awk

Assigning system command's output to variable

awk pipe

How to UNCOMMENT a line that contains a specific string using Sed?

bash awk sed

Remove non-ASCII characters from CSV

sed awk