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

14.04 - Browser-process using high CPU - Ask Ubuntu

nvidia - NV18 [GeForce4 MX 4000] driver - Ask Ubuntu