linux find and rename files with text
find . -type f -name 'Lucky-*' | while read FILE ; do
newfile="$(echo ${FILE} |sed -e 's/\\#U00a9/safe/')" ;
mv "${FILE}" "${newfile}" ;
done
Also in C++:
- Warning: Homebrew's sbin was not found in your PATH but you have installed formulae that put executables in /usr/local/sbin.
- fatal: unable to access 'https://tfs.ups.com/tfs/UpsProd/P02AGit_eCMS/_git/SearchComponent/': The requested URL returned error: 502
- install mcrypt extension centos 7
- freetype2 linux install
- mount a filesystem under another filesystem linux
- calculate darkness value of an image
- git set description branch
- merge github accounts
- git force push
- yarn
- open xampp control panel from terminal ubuntu 20
- git bash alias commands
- gitignore a specific file
- conda install gensim
- composer install laravel 7
- configure apache in ubuntu
- git ignore for dart
- rasp pi cmd temperature
- print(" Menghitung Luas bangun datar Persegi, Segitiga dan Lingkaran") s = float(input("Input sisi persegi: ")) luas = s**2 print("\nLuas Persegi\t\t:", luas)
- .vimrc comment
- bash history delete entry
- install tkinter
- ubuntu install node js
- desinstalar paquetes ubuntu