View Full Version : noob here...where is the documents folder when in terminal?
bakerbaker
05-18-2007, 07:21 AM
been cd .. and cd directory for the longest cant find it!
TA-t3
05-18-2007, 07:29 AM
You don't see it because the name of the directory starts with a full stop ('.'). Try this:
alias ls='ls -AC'
ls
Then you should see the '.MyDocs' (or something like that) directory. Then try 'cd .My<tab>' and it should autocomplete the rest.
bakerbaker
05-18-2007, 07:52 AM
thanks TA-t3! im going now see if installing the rails gem in a directory works.
brendan
05-18-2007, 09:03 AM
on a somewhat unrelated note, in fedora core 6 you can set
alias ll='ls -lA'
in /etc/bashrc, to have all users setup with that alias. what file can i edit on the n800 to get this done. i am not real familiar with the debian distro
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.