Search Results

Search: Posts Made By: domsmith
2,326
Posted By domsmith
Thanks guys I tried Ygors code first and that...
Thanks guys
I tried Ygors code first and that worked a treat.

It only broke when it encountered a file that had multiple periods but this was something I didn't specify in my example and those...
2,326
Posted By domsmith
Pattern Matching Syntax
Hi,

I am trying to write a script to rename a batch of computer files.

The format of the files can appear in the following ways.

Title_Title2_Title3_ABCD0123_Title4.doc
Title title2...
2,639
Posted By domsmith
Thank you Frans that seems to do the trick.
Thank you Frans that seems to do the trick.
2,639
Posted By domsmith
i guess that could work
i guess that could work
2,639
Posted By domsmith
Sorry I don't think i explained it well enough I...
Sorry I don't think i explained it well enough I want to be able to break it down so I can have each variable

So i end up with separate variables.

line1value1="econ1010"
line2value2="arts1010"...
2,639
Posted By domsmith
Turning CSV files into individual Variables
I want to be able to convert the following data from a CSV into individual variables from the columns 2 4 and 8
I can use awk to grab the columns using var1=`cat text.csv | awk "," '{print $2}'` but...
3,387
Posted By domsmith
Sorry about that Attached is what I have cut...
Sorry about that

Attached is what I have cut from the html page


Monday
March 1 2010

<table width='100%' border='1' cellspacing='0' cellpadding='3'>

<tr>
...
3,387
Posted By domsmith
Converting html table data into multiple variables.
Hi,
Basically what I am trying to do is the following.

I have created a shell script to grab timetabling information from a website using curl then I crop out only the data I need which is a...
Showing results 1 to 8 of 8

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