Skip to content

Instantly share code, notes, and snippets.

@masuday
Last active October 12, 2023 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masuday/5dd2110cbf7523a616032413bb0f9347 to your computer and use it in GitHub Desktop.
Save masuday/5dd2110cbf7523a616032413bb0f9347 to your computer and use it in GitHub Desktop.

Fixed-length text format

  • perl -lane 'BEGIN{$,="\t"} @x=unpack('A9A9A9'); print $x[0],$x[1],$x[2]' file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment