Search Results

Search: Posts Made By: ip_address
4,245
Posted By ip_address
# Bash script #!/bin/bash ...
# Bash script

#!/bin/bash

string='1^~^2^~^3^~^4^~^5^~^6^~^7^~^8^~^9'

# splitting point
var1=3

string1=`echo "$string" | awk -F["$var1"] '{print $1}'`

string2=`echo "$string" | awk...
939
Posted By ip_address
sed 's/[<>/:]/ /g'
sed 's/[<>/:]/ /g'
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy