[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RE: Aliasing a command



> 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