#!/bin/bash
STRING=aaa.bbb
echo ${STRING/bbb/ccc}
result is aaa.ccc
#!/bin/bash
STRING=aaa.bbb
echo ${STRING/bbb/ccc}
result is aaa.ccc
This page contains a single entry by Pank published on November 5, 2004 12:05 AM.
WinTasks Process Library was the previous entry in this blog.
isc dhcp fixed-address is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
Leave a comment