Computer and IT knowledge - things to know
awk
#show systems in upload dir: alpabetically, unique
ls |awk -F '-' '{printf $NF "\n" }' | sort -d -u
computer2know :: thank you for your visit :: have a nice day :: © 2024
awk
#show systems in upload dir: alpabetically, unique
ls |awk -F '-' '{printf $NF "\n" }' | sort -d -u
computer2know :: thank you for your visit :: have a nice day :: © 2024