Top 10 posters comp.unix.shell #85084 (2/4/2008 4:50:11 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 03 February 2008 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 37 Stephane Chazelas stephan... Chris
Top 10 posters comp.unix.shell #84060 (1/28/2008 4:50:04 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 27 January 2008 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 29 Stephane Chazelas stephane... Chris
Top 10 posters comp.unix.shell #83073 (1/14/2008 4:50:03 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 13 January 2008 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 20 Stephane Chazelas stephane... Chris
Top 10 posters comp.unix.shell #82195 (1/7/2008 4:50:08 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 06 January 2008 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 20 Cyrus Kriticos cyrus.kr... Chris
Top 10 posters comp.unix.shell #81089 (12/31/2007 4:50:08 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 30 December 2007 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 10 Icarus Sparry usenet@... Chris
Top 10 posters comp.unix.shell #80080 (12/24/2007 4:50:06 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 23 December 2007 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 21 Janis janis_p... Chris
Top 10 posters comp.unix.shell #79074 (12/10/2007 4:50:07 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 09 December 2007 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 9 Ed Morton morton@... Chris
Top 10 posters comp.unix.shell #78075 (12/3/2007 4:50:14 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 02 December 2007 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 19 Ed Morton morton@... Chris
Top 10 posters comp.unix.shell #77756 (11/26/2007 4:50:13 AM) comp.unix.shell Top 10 posters for the 7 days ending Sun, 25 November 2007 23:50 EST Posts Name Address ----- ------------------------- --------------------------- 13 Janis Papanagnou Janis_P... Chris
bash equivalent to perl regex1431 (3/17/2013 9:03:53 PM) comp.unix.shell Happy St. Pat's ng,
I find myself wanting to remove leading whitespace and digits, much like
this perl script:
#!/usr/bin/perl -w
use strict;
use 5.010;
use File::Slurp;
my $in = 'phpini.sh';
my $o... cal819(188)
Add ranks based on scores and handle ties, awk?412 (3/30/2013 4:18:10 PM) comp.unix.shell Dear All,
I have data in two coloumns consisting of ID-numbers and scores. I would like to add the rank on each line based on column 2, and also handle any ties in the scores.
Input, sorted descending by... john.larson.666(7)
What is the meaning of this test expression1815 (4/4/2013 11:00:54 PM) comp.unix.shell I have been reading the man pages for test(1), bash(1) and dash(1), but I can't figure out the meaning of this test :
[ `echo hi` > /dev/null ]
According to the man pages, there are two types of condi... gp8193(3)
input from the shell script itself.315 (4/6/2013 12:08:04 AM) comp.unix.shell I seem to recall that there was a way to get shell script input from the actual script file... Can't remember the exact syntax but it was something like
#!/bin/sh
../getN
echo done
So the above exam... bjobrien62(510)
remove everything but the date610 (4/11/2013 12:23:24 PM) comp.unix.shell Hi all,
I have several files in a folder. Each filename contains a date
occurrence in the format yyyyMMdd (eg. 20130401)
Using bash, how can I rename the files removing everything but the date?
For e... amsel(11)
Cleanly exiting from a 'sourced' script... (bash)919 (4/16/2013 7:46:30 PM) comp.unix.shell I know this is in the category of "If you need to do that, then you
shouldn't be sourcing it", but I'm asking anyway... I'm sure someone,
somewhere, has come up with a clever way to do this.
We all know t... gazelle3(1598)
bash -> dash translation189 (4/28/2013 7:31:13 PM) comp.unix.shell Hi,
I recently got bitten by the change from bash to dash as the default
/bin/sh in Debian. While bash was the default, the following ran fine
(shebang in the script is "#! /bin/sh"):
local projstr... spluque(54)