Search Results

Search: Posts Made By: amitshete
116,588
Posted By ygemici
curl-) i guess, libcurl/7.15.1 and your local...
curl-)
i guess, libcurl/7.15.1 and your local ssl library(ies) are incompatible..
what is the output for these?# rpm -qa|grep openssl
# rpm -qf `ldd /usr/lib64/libcurl.so|awk '/ssl/{print $3}'`...
5,502
Posted By bartus11
awk '{gsub("\"[^\"]*\"","");n=gsub(",","");print...
awk '{gsub("\"[^\"]*\"","");n=gsub(",","");print n}' infile
5,502
Posted By pseudocoder
$ echo 'abc,xyz.com,lmhgdf,"abc, 401...
$ echo 'abc,xyz.com,lmhgdf,"abc, 401 street","tty,stt",45,23,45' | \
sed 's/"[^"]*"//g' | grep -o , | wc -l
7
$
Showing results 1 to 3 of 3

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