ubuntu rename all files lowercase commands
#!/bin/sh
for x in `ls`
do
if [ ! -f $x ]; then
continue
fi
lc=`echo $x | tr '[A-Z]' '[a-z]'`
if [ $lc != $x ]; then
mv -i $x $lc
fi
donerename 'y/A-Z/a-z/' *
Also in C++:
- terminal get timezone utc
- github clone to local folder
- git global noverify
- install iptables ubuntu
- fi bash meaning
- powershell shared folder
- does jupyter notebook come with anaconda in ubuntu
- cara uninstall di centos 7
- hello world powershell
- Package 'docker-ce' is not installed, so not removed
- unix set current time in file name
- .vimrc comment
- npm whatchers
- netstat command in linux to check specific port
- How to discard files from stash in git
- run a command x number of times linux
- pod install specific version
- install nodemon globally
- reinstall all tables doctrine
- reinstal apache2 ubuntu
- linux check if screen is running
- install wmctrl in mac
- linux remove null bytes from file
- ubuntu mate 20.04 videodev module not working