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
Post a Comment