Skip to content

Instantly share code, notes, and snippets.

@ychaouche
Created September 24, 2025 13:57
Show Gist options
  • Save ychaouche/e2a7a89e8d47052d9816b43862ad1847 to your computer and use it in GitHub Desktop.
Save ychaouche/e2a7a89e8d47052d9816b43862ad1847 to your computer and use it in GitHub Desktop.
awk code doens't preserve formatting
14:55:46 ~ -1- $ ls | head | awk '{$2=$3=$4=""; print}'
total
-rw-r--r-- 20K Jun 4 2024 absences.ods
-rw-r--r-- 7.1K Jun 4 2024 absences.xlsx
-rw-r--r-- 11K Mar 14 2023 ahmed.pdf
-rw-r--r-- 66K Mar 14 2023 ahmed.png
-rw-r--r-- 7.0K Mar 14 2023 ahmed.txt
drwxr-xr-x 4.0K Nov 5 2024 APPS
drwxr-xr-x 4.0K Jul 17 19:46 AUDIO
-rw-r--r-- 19K Apr 9 2023 bash.ps
-rw-r--r-- 50 Apr 9 2023 bash.ps~
14:56:05 ~ -1- $ ls | head
total 120M
-rw-r--r-- 1 ychaouche ychaouche 20K Jun 4 2024 absences.ods
-rw-r--r-- 1 ychaouche ychaouche 7.1K Jun 4 2024 absences.xlsx
-rw-r--r-- 1 ychaouche ychaouche 11K Mar 14 2023 ahmed.pdf
-rw-r--r-- 1 ychaouche ychaouche 66K Mar 14 2023 ahmed.png
-rw-r--r-- 1 ychaouche ychaouche 7.0K Mar 14 2023 ahmed.txt
drwxr-xr-x 3 ychaouche ychaouche 4.0K Nov 5 2024 APPS
drwxr-xr-x 3 ychaouche ychaouche 4.0K Jul 17 19:46 AUDIO
-rw-r--r-- 1 ychaouche ychaouche 19K Apr 9 2023 bash.ps
-rw-r--r-- 1 ychaouche ychaouche 50 Apr 9 2023 bash.ps~
14:56:20 ~ -1- $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment