Remove odd or even lines from a text file...
Read MoreUsing bash script to remove from sentence words longer than [x] characters...
Read MoreHow do you strip quotes out of an ECHO'ed string in a Windows batch file?...
Read MoreRemoving trailing / starting newlines with sed, awk, tr, and friends...
Read MoreUsing sed to delete everything between and including <?php ?> on the first line of code...
Read MoreHow do I replace an arbitrary number of backreferences in sed or Perl? (for obfuscating mailto)...
Read MoreBash extract user for a particular host from ssh config file...
Read MoreHow can I delete all lines that contain a specific string from a text file?...
Read MoreHow to skip the expression in the beginning and ending of the string using Linux commands...
Read MoreReplace each column with different spacing using sed...
Read MoreCount the number of occurrences of a string using sed...
Read MoreHow can I output only captured groups with sed?...
Read MoreUsing SED to Get the Last n Lines of a Huge Text File...
Read MoreInsert line after match using sed...
Read MoreWhen importing from SQLite to PostgreSQL, how do I convert AUTOINCREMENT?...
Read MoreHow to filter lines by counting occurences of a char in AWK or bash?...
Read MoreParsing HTML on the command line; How to capture text in <strong></strong>?...
Read MoreHow can I replace each newline (\n) with a space using sed?...
Read MoreReformat numbers, inserting separators at fixed positions...
Read MoreEscape characters contained by bash variable in regex pattern...
Read Morehow to use xargs with sed in search pattern...
Read More