Search Results

Search: Posts Made By: roninuta
2,227
Posted By roninuta
thank you both!! I cannot believe I was 1 char...
thank you both!!
I cannot believe I was 1 char off from making this work....both options worked.

thanks again!!!
2,227
Posted By roninuta
using subsitiution in shell scrpit
I have a very (or so I thought) simple script I want to execute. The output should be 1 line of text from a web page called by lynx.


#!/bin/bash

cat urlList.txt
while read line; do
#echo...
15,312
Posted By roninuta
tempTxt=`sed -n '79p' <sourceFile.txt | cut -c...
tempTxt=`sed -n '79p' <sourceFile.txt | cut -c 13-19`

worked really well
15,312
Posted By roninuta
I will try this and repost the output
I will try this and repost the output
15,312
Posted By roninuta
Using Sed to read one line only
I have a bash script which produces the desired output (mostly).


tempTxt=`sed -n '79,/^$/p' <sourceFile.txt | cut -c 13-19`


What this produces is the text from the 79th line of the source...
7,247
Posted By roninuta
yes basically
That is exactly what I am looking for. I was hoping there was something I could do in the bash, without having to dust off really old c skills (I mean really really old)
7,247
Posted By roninuta
Help replacing or scrubbing unicode characters
I have a csv (tab delimited) file that is created by an application (that I didn't write).

Every so often it throw out a <U+FEFF> (Zero Width no break space) character at the begining of a tabbed...
Forum: Ubuntu 01-17-2008
15,651
Posted By roninuta
crossover
I think crossover has worked for some people (a wine implementation), but it was most definitely an older version of iTunes (not the most recent).

I believe there were some that were even able to...
3,850
Posted By roninuta
removing whitespace from middle of file -help
I have a file in which I clean out a bunch of nonsense text as well as path information.

What I end up with is something like the following:...
Forum: AIX 10-12-2007
5,975
Posted By roninuta
also lynx
you can also use lynx if you wanted.

lynx -source -accept_all_cookies "http://www.foo.com">>file.html

if you wanted...
4,272
Posted By roninuta
using Lynx and Grep to return search page rank - help
I am writing a script which will read in search terms from a text file and pass each line to Lynx. Lynx will grab the source html, then I want grep/tr, whatever to search for the first occurance of a...
Showing results 1 to 11 of 11

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