cat file | colrm n File’s contents: 8765 I like eating pie 8956 Sometimes I think I’m a robot 8796 I wonder what being a cat is like 4567 Time for food 4523 Pew Pew pew Space pope8765 I like eating pie cat file | colrm 4 Output: 876 895 879 456 452 Hope that [...]
Articles
27.06.11 - Get the first n chars for each line of a file
20.06.11 - GRUB Quick Tips
Some tips when GRUB gets angry and goes wrong, after/during an install. Use this command to locate grub stage 1: find /boot/grub/stage1 Set the GRUB root to the location of stage 1: root (hd0,0) Now that we have found the GRUB on the hard drive, load the config file and your away. configfile /boot/grub/grub.conf This [...]
