Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux convert files in folder

for i in *.avi; do ffmpeg -i "$i" "${i%.*}.mp4"; done
Comment

PREVIOUS NEXT
Code Example
Shell :: flutter web run using vscode 
Shell :: zipalign: command not found mac 
Shell :: how to run sudo without password 
Shell :: sudo command in windows 
Shell :: date linux minus 1 day 
Shell :: install package from conda forge not found in conda 
Shell :: decode base64 command line 
Shell :: command to check recent commit 
Shell :: insufficient permission for adding an object to repository database .git/objects 
Shell :: arch hwo ot knwo th eversion of a package 
Shell :: add webhook to all github repos 
Shell :: android studio adb path mac 
Shell :: brew update 
Shell :: check running process in linux 
Shell :: hdfs dfs add file 
Shell :: kill all processes by name cmd 
Shell :: git show only merge commits 
Shell :: how to find and replace a string in a file using shell script on mac 
Shell :: terminal change directory location to specific location 
Shell :: enable docker at boot 
Shell :: zsh syntax highlighting plugin 
Shell :: Git checkout remote branch in git 
Shell :: delete node_modules 
Shell :: ubuntu change jdk 
Shell :: disable pre commit hook 
Shell :: change permissions on all files in all sub-directories 
Shell :: preload for ubuntu 
Shell :: cara uninstall di centos 7 
Shell :: install whitenoise 
Shell :: apache2 file size 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =