Tagged Questions
6
votes
2answers
370 views
How to 'cd' to a directory found with 'find'?
I have a file in gmai.rb in the below directory:
root@ubuntu:~# find / -name gmail.rb|more
/media/aruprakshit/FA686DE4686DA05D/Rubyscript/gmail.rb
But when i am trying to reach to the Rubyscript ...
2
votes
2answers
199 views
cd command not working anymore
I just did two things : install scm_breeze and mercurial :
git clone git://github.com/ndbroadbent/scm_breeze.git ~/.scm_breeze
~/.scm_breeze/install.sh
sudo apt-get install mercurial
And now my cd ...
1
vote
2answers
213 views
show the target of current directory(symbolic link)
I'm in directory ~/a which is a symbolic link to ~/b/c. My prompt looks like:
~/a$
But I hope to cd to ~/b/c.
~/a$ cd .
~/a$
It doesn't work. What's the right way?
0
votes
1answer
706 views
Can/How to burn a .flac to an audio cd
This is a two part question.
Can I burn .flac to audio cds?
this might seem silly, but I was an early adopter of mp3 players. Think several years before Ipods. I never really had the need to burn ...