Deduplicate and keep latest date only - sort? awk?5835 (1/6/2013 7:53:46 PM) comp.unix.shell Dear All,
In a dataset with an ID and a date on each line I have one or more dates per ID. I would like to keep only the most recent date. I can sort it easily but have trouble keeping only the latest date.
... wocket(11)
wget problems using port & wildcard119 (1/9/2013 9:15:38 PM) comp.unix.shell I used to use:
wget -x -r -l9 -A.pdf http://www.oedb.gr:8080/pdf/
But it doesn't work with this site.. why??
THe following kinda works, but I prefer to use the previous form because it
gets other f... vjp2.at(83)
zip exclude but get rest of id210 (1/9/2013 9:16:55 PM) comp.unix.shell zip -9ru ~/pxbkp.zip ~/ -x ~/VASOS/ -x ~/WORK/ -x ~/.maildir/
DOesn't seem to work..
it doesn't find the zip file
it still tries to zip the .maildir
I don't get it
I want to backup my shell id
... vjp2.at(83)
problem using cut with backslash delimiter2132 (1/10/2013 11:47:23 AM) comp.unix.shell Here is a sample of a file, example.txt, containing a few lines of data:
files data=foo {} rel\path\to\01-song_name.ogg
files data=bar {} rel\path\to\02-song_name.ogg
files data=bas {} rel\path\to\03-song_... notvalid7402(9)
Why is my IFS='=' broke?1424 (1/21/2013 7:58:23 PM) comp.unix.shell Wanting to convert my old kde desktop shortcut files into new kde files.
Seemed simple enough to get contents of what to save, and write to new file.
I do not understand why I can not save those field's s... BitTwister2(1227)
Help with data collection of user history.1728 (1/21/2013 10:32:42 PM) comp.unix.shell Does anyone out there have a script to go out to all the user profiles and =
grabs and then formats the user history for each user profile in a human re=
adable format?
Unfortunately the simple approach of... MKruer(33)
Drawling a complete blank (sort and move oldest)513 (2/8/2013 6:11:59 PM) comp.unix.shell I am writing a script that will look into a directory structure looking for=
rpm find the rpms and move the oldest ones based build name and creation t=
ime to an archive folder. I have the data collection ... MKruer(33)
Find and insert into an array519 (2/28/2013 9:16:48 PM) comp.unix.shell Hopefully this is simple fix. I have an array of names to look for specific=
names. It works fine unit it hits upon a multiple matches, all those match=
es go into the same array table. Normally I would limi... MKruer(33)