 
			
		Linux File Formatting
  18 Aug 2021, 1:16 p.m.
  3 Dec 2021, 10:28 a.m.
    
          00:12 minutes
    
		 
    
    a look at several tricks when processing linux files.
        tabs to spaces (by default without the t it is 8 spaces)
expand -t 4 <file> > <new_file>
Leading tabs only we add the i option
https://linuxhandbook.com/convert-tabs-spaces/
 
				 
        
        