Forrest logo
back to context overview

gawk

List of commands for gawk:

  • gawk:ai:3790d Use gawk to format numbers with thousands separators
    $ gawk 'BEGIN{ printf "%'d
    $ ", 123456789 }'
    try on your machine
    explain this command
  • gawk:tldr:4d6f2 gawk: View documentation for the original command.
    $ tldr -p linux awk
    try on your machine
    explain this command
back to context overview