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 do I uninstall MySQL completely?Upgrade PHP from version 7.2 to 7.4 on CentOSLets Encrypt with an nginx reverse proxy Tags: cut,pipe