Horje
remove spaces from file names bash Code Example
remove spaces from file names bash
find . -name "* *" -type d | rename 's/ /_/g'    # do the directories first
find . -name "* *" -type f | rename 's/ /_/g'




Shell

Related
git init Code Example git init Code Example
open ssh linux mint Code Example open ssh linux mint Code Example
pulseaudio check if runnings Code Example pulseaudio check if runnings Code Example
Install MySQL FreeBSD Code Example Install MySQL FreeBSD Code Example
install AMD drivers on Ubuntu 21.04 Code Example install AMD drivers on Ubuntu 21.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11