Nix: Convert tabs to/from spaces
The command expand in GNU coreutils
converts tabs in each input file to spaces.
The command unexpand does the reverse, converting spaces in each input files back to tabs.
Leave a comment