Skip to main content
2 of 3
added 10 characters in body
jesse_b
  • 41.6k
  • 14
  • 108
  • 163

Rename a specific character in a String

So I need to write a bash script that copies all files to a specified directory however I need to rename the files to it's absolute path by replacing the / character with __.

For example if the file zad1.sh is in the directory /home/123456/ the file needs to be renamed to __home__123456__zad1.sh

Any ideas on how to do this?

David Mathers
  • 133
  • 1
  • 2
  • 8