command line - Execute all files from a directory via terminal - Ask Ubuntu


i have tons of files in directory , need select each 1 import it. don't know if can execute files of same extension , different names each 1 via terminal.

if executable can execute of them find , -exec no commands

find . -maxdepth 1 -iname "*.osz" -exec '{}' \; 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User