The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-28-2008
oxoxo oxoxo is offline
Banned
  
 

Join Date: Sep 2008
Posts: 38
.bashrc question

Hi,

I was instructed to find all the .bashrc files on my system, that MODIFY the PS1 varaible.

here is what i've come up with so far:

ls / .bashrc -print

woo.

But thats not all. I need to display the full file name ( Including the full path ) and protection.

- I can display the protection ( ls - l ) but not including the .bashrc files
- I dont know how to find .bashrc files that modify PS1 varaible
- the full file name?

Any help is apprecatied.