file
Determine file type. More information: <https://manned.org/file>.
Install
- All systems
-
curl cmd.cat/file.sh
- Debian
-
apt-get install file
- Ubuntu
-
apt-get install file
- Alpine
-
apk add file
- Arch Linux
-
pacman -S file
- Kali Linux
-
apt-get install file
- CentOS
-
yum install file
- Fedora
-
dnf install file
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install file
- Raspbian
-
apt-get install file
- Dockerfile
- dockerfile.run/file
- Docker
-
docker run cmd.cat/file file
powered by Commando
Determine file type. More information: <https://manned.org/file>.
-
Give a description of the type of the specified file. Works fine for files with no file extension:
file path/to/file
-
Look inside a zipped file and determine the file type(s) inside:
file -z foo.zip
-
Allow file to work with special or device files:
file -s path/to/file
-
Don't stop at first file type match; keep going until the end of the file:
file -k path/to/file
-
Determine the MIME encoding type of a file:
file -i path/to/file
© tl;dr; authors and contributors