How can I remove the first line of a text file using bash/sed script?...
Read MoreHow can I strip first X characters from string using sed?...
Read MoreReplace \n(new line) with space in bash...
Read MoreHow can I remove the last (non-newline) character of a file in unix?...
Read MoreRemove 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 More