Horje
bash script to replace hyphen with underscore Code Example
bash script to replace hyphen with underscore
#!/bin/bash

echo "$1" | tr '-' '_'
#or
ls | tr '-' '_'




Shell

Related
rm -rf except Code Example rm -rf except Code Example
Unable to connect to libvirt qemu:///system. Code Example Unable to connect to libvirt qemu:///system. Code Example
Running Laravel Application Code Example Running Laravel Application Code Example
wp plugin install through code-part 2 Code Example wp plugin install through code-part 2 Code Example
raspberry remote Code Example raspberry remote Code Example

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