21 May Using cut on file full of ls -l output to display only filenames by kayals in Linux, System AdministrationComments ls -la | awk '{print $9}' Related posts:Mount NFS on Linux (TrueNAS)Upgrading MariaDB from 10.0 to 10.1 to 10.2 on Ubuntu 16.04 / 17.10Forcing innodb recovery of a corrupted database Tags: cut,pipe