Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Bash script to replace hyphen with underscore Code Example
bash script to replace hyphen with underscore
#!/bin/bash echo "$1" | tr '-' '_' #or ls | tr '-' '_'
Source:
stackoverflow.com
Next
Previous
Shell
Related
rm -rf except Code Example
Unable to connect to libvirt qemu:///system. Code Example
Running Laravel Application Code Example
wp plugin install through code-part 2 Code Example
raspberry remote Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
8