Skip Navigational Links
LISTSERV email list manager
LISTSERV - COMMUNITY.EMAILOGY.COM
LISTSERV Menu
Log In
Log In
LISTSERV 17.5 Help - LSTSRV-L Archives
LISTSERV Archives
LISTSERV Archives
Search Archives
Search Archives
Register
Register
Log In
Log In

LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Menu
LISTSERV Archives LISTSERV Archives
LSTSRV-L Home LSTSRV-L Home

Log In Log In
Register Register

Subscribe or Unsubscribe Subscribe or Unsubscribe

Search Archives Search Archives
Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
Re: Migrating from VM to Unix - Log files "case" problem?
From:
David Nessl <[log in to unmask]>
Reply To:
LISTSERV give-and-take forum <[log in to unmask]>
Date:
Mon, 29 Jul 1996 10:10:13 -0400
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (19 lines)
On Mon, 29 Jul 1996, Jim Gerland wrote:
> Can LISTSERV be modified to ignore the case of the log file names?
> Or, do I have to renamed *every* one of the 5,000+ logs files I will
> eventually be moving?
 
Take a few minutes to learn some Unix -- after transfering all the log
files (say using ftp "mget *.LOG*") you can mass-rename the log files
using a single pipeline.  Here's one way (not necessarily the best) which
assumes the LOG files are in the current-directory:
 
   find . -name '*.LOG*' -maxdepth 1 -print \
     | awk '{print $1,tolower($1)}' \
     | xargs -t -n2 mv
 
(This isn't that conceptually different from an equivalent CMS Pipelines
solution.)
 
-david

ATOM RSS1 RSS2

COMMUNITY.EMAILOGY.COM CataList Email List Search Powered by LISTSERV