Search Results

Search: Posts Made By: Audra
3,163
Posted By Audra
Yes I'm attempting to do some IT at uni. How...
Yes I'm attempting to do some IT at uni.

How do I make a new line?
3,163
Posted By Audra
sed '/:.*:/{s/:/\ /;}' file [/QUOTE] I...
sed '/:.*:/{s/:/\
/;}' file
[/QUOTE]

I am using Putty and it wont perform this command. It is returning this reply:

-bash-2.05b$ sed '/:.*:/{s/:/\/;}' ./assignment1/question3/a.txt
sed: -e...
3,163
Posted By Audra
[QUOTE=radoulov;302179620]awk...
[QUOTE=radoulov;302179620]awk 'NF==3?sub(/:/,RS):1' FS=: fileUse awk or /usr/xpg4/bin/awk on Solaris.

This is kind of working but it is sometimes deleting the second field rather than just...
10,392
Posted By Audra
counting the occurence of particular characters
I want to list the occurence of particular characters in a line. my file looks like this

a,b,c,d
e,f,g
h,y:e,g,y s
f;g,s,w

and I want to count how many commas are in each line so the file in...
3,163
Posted By Audra
creating conditions for making a new line?
Basically I want to change this:

a:b
c:d:e
f:g
h:i:j
k:l

into

a:b
c
d:e
f:g
h
i:j
k:l

so like if there is two :'s in one line making the first into a new line. If anyone knows...
Showing results 1 to 5 of 5

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