Search Results

Search: Posts Made By: anupdas
1,489
Posted By elixir_sinari
Like this? paste -sd, infile|sed...
Like this?
paste -sd, infile|sed "s/,/','/g;s/^/(/;s/\$/)/"

Or a bit shorter (after looking at Guru's solution :)):
paste -sd, infile|sed "s/,/','/g;s/.*/(&)/"
2,627
Posted By methyl
This seems quite normal to me. We must assume...
This seems quite normal to me. We must assume that you are not logged in as root.

If you want to see all "hidden" files and directories:
ls -ald .??*


Btw:
ls -lad
Will not display anything...
2,627
Posted By vbe
Are you using a special file manager? (e.g....
Are you using a special file manager? (e.g. Nautilus...)
what does ls -ald .foldername return?
3,555
Posted By yinyuemi
awk '{printf $1","}' file
awk '{printf $1","}' file
1,830
Posted By michaelrozar17
could try as.. grep -i 'A1$' inputfile or ...
could try as..
grep -i 'A1$' inputfile
or
grep -iw 'A1' inputfile
Showing results 1 to 5 of 5

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