HP3000-L Archives

May 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: 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:
From:
Reply To:
Date:
Thu, 10 May 2001 10:51:54 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
Cortlandt Wilson asks:

>Why can't I find the profile file with the find command?

>shell/iX> find /etc -name p*

This gets confusing ... but that's what we're here for.
In this case, you've used a wildcard that the shell
expands and then feed to the find command. You didn't
get what you'd intended. When you use wildcards, there
are certain cases where they need to be quoted and
this is one. So, the command should be:

find /etc -name "p*"

Regards,


M.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2