Search Results

Search: Posts Made By: kivale
1,551
Posted By kivale
thankyou nezaa!
thankyou nezaa!
1,551
Posted By kivale
How to get number on file exclude varchar?
hallo,
yould you guys help me?

im using bash script

i have file getnumber.csv
cat getnumber.csv
234198
654639
eht4v4
453nbddme
43
455fr


i try this
cat getnumber.csv | sed...
1,162
Posted By kivale
dear R. Singh thankyou for the reply i...
dear R. Singh

thankyou for the reply

i try this but the result not like expectation.
this is the result


3,"""a,"e23","f"
1,040
Posted By kivale
How to add field to diffrent file using shellscript? or awk
hi,
would you help me?
i have file total.csv


"a","e23","f"
"b,"34d","g"
"c","45f","f"
"d","45s","f"


count.csv
3

i do this :
paste -d',",' total.csv count.csv
but the result...
1,162
Posted By kivale
How to add fields to different file?
hi,
would you help me?
i have file total.csv
"name","id","gender"
"a,"e23","f"
"b,"34d","g"
"c","45f","f"
"d","45s","f"

and file count.csv
3

i want to add file count to file...
1,662
Posted By kivale
Thankyou so much !!
Thankyou so much !!
1,662
Posted By kivale
If condition on awk
Hi All,

Would you guys help me?

I have a file that consists of several unstructured fields. in this file I will take the code field and count_berry field.
but the position of the count_berry...
3,804
Posted By kivale
Thank you so much :)
Thank you so much :)
3,804
Posted By kivale
hi, Thank you so much for your reply, I...
hi,

Thank you so much for your reply, I tried all command that you suggested, only this one is work:

sort -rV file | rev | uniq -s2 | rev


but still I get duplicate value,

ex: cat...
3,804
Posted By kivale
How to sort and get last value?
hi,
would you guys help me ?
i have a file with some list, and i want to sort the list and get last value.
ex: cat testing.csv

$ cat testing.csv
a,1
a,2
a,3
d,5
b,3
c,3
c,4
etc


i...
Showing results 1 to 10 of 10

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