Search Results

Search: Posts Made By: himanshupant
1,252
Posted By vgersh99
echo '456 /home/fgg/abdc.txt' | sed 's#.*/##'
echo '456 /home/fgg/abdc.txt' | sed 's#.*/##'
1,252
Posted By wisecracker
Hi himanshupant... Longhand, OSX 10.13.5,...
Hi himanshupant...
Longhand, OSX 10.13.5, default bash terminal.
Last login: Wed Jul 11 16:02:47 on ttys000
AMIGA:barrywalker~> echo '456 /home/fgg/abdc.txt
> 3567 /home/fdss/vfgb.txt
> 23...
1,862
Posted By Don Cragun
As has been noted several times in your previous...
As has been noted several times in your previous threads:

Always tell us what operating system you're using.
Always tell us what shell you're using.
Always use CODE tags when displaying...
6,522
Posted By apmcd47
Operating system? Different OSs have different...
Operating system? Different OSs have different tools, or different flavours of the same tool.

Shell? Shells vary in their abilities and built-in commands.

Having said that, I reckon this should...
1,232
Posted By Scrutinizer
Alternatively, try: awk '{for(i=1; i<=NF; i+=2)...
Alternatively, try:
awk '{for(i=1; i<=NF; i+=2) gsub(",","|",$i)}1' FS=\" OFS=\" file
Which replaces al commas by vertical bars that are not within double quotes.
1,232
Posted By Aia
Using the first coma-digit to delineate the start...
Using the first coma-digit to delineate the start of section with pipes.
Save as himanshupant.py
Run as python3 himanshupant.py

import re

# substitute the txt file with input filename
with...
1,232
Posted By RudiC
Welcome to the forum. How far would sed...
Welcome to the forum.

How far would sed 's/,/\o001/; s/,/|/g; s/\o001/,/' file
"ashu,pant"|3|5|5|7|7|87|8|8|8 get you?
Showing results 1 to 7 of 7

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