Best viewed with any browser Trans rights now! No Nazi, Fascism, or Racism Get Quake 1 now! ..::Lvl . Best Quake 3 Arena and CPMA map catalog Neocities Lynx (the web browser) FTW! Mutt, the CLI mail client Edited with Vim Linux

Official Lain command

📅 2023-08-05

This perl one-liner changes the first “foo” in the second column to “bar”.

$ perl -lai -n -e '$F[1] =~ s/foo/bar/; print "@F"' <file>

If you want to modify a column in a file, Lain’s got you wired.