
arch
List of commands for arch:
-
arch:tldr:b6b5d arch: Run a command using x86_64.$ arch -x86_64 "${command}"try on your machineexplain this command
-
arch:tldr:d2eaa arch: Run a command using arm.$ arch -arm64 "${command}"try on your machineexplain this command
-
arch:tldr:d6194 arch: Display the system's architecture.$ archtry on your machineexplain this command