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:How To Setup Strong Password Policy On Ubuntu 18.04 | 16.04Restarting the Management agents in ESXi (SHELL)Microsoft PowerShell 7.0 Released For Windows 10, Linux, macOS Tags: cut,pipe