Jak wyszukiwać pliki za pomocą? Aby dopasować rozszerzenie pliku
ls -l *.???
# list all files that ends with 3 lettered extensions
# like .txt .css .htm
Chris Nzoka-okoye
ls -l *.???
# list all files that ends with 3 lettered extensions
# like .txt .css .htm