[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RE: Aliasing a command
- Subject: Re: [cobalt-users] RE: Aliasing a command
- From: "Danny Daniels" <dcd@xxxxxxxxxxxxxxxxxx>
- Date: Fri Jul 19 15:44:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Any idea where to find the equivalent .profile or .bashrc file on a Qube3?
>
> I ran find but did not find .profile, .bashrc or .bash_profile.
>
Because of regular express "." has special meaning when used in command
syntax
"\" removes the regular express
Use the following command:
find / -name \.profile -print
All files that begin with a "." are hidden files
ls -al to see hidden files in a directory.
-Danny
dcd@xxxxxxxxxxxxxxxxxx