From: Bob Proulx
Date: Wed, 27 Mar 2013 11:20:35 -0600
> Masato Asou wrote:
>> 1. Go to directory ~/src.
>> $ cd ~/src
>> 2. Rename the directory to ~/src-old.
>> $ mv ~/src ~/src-old
>> 3. Invoke pwd command. Then print /home/asou/src by pwd command.
>> $ pwd
>> /home/asou/src
>>
Masato Asou wrote:
> 1. Go to directory ~/src.
> $ cd ~/src
> 2. Rename the directory to ~/src-old.
> $ mv ~/src ~/src-old
> 3. Invoke pwd command. Then print /home/asou/src by pwd command.
> $ pwd
> /home/asou/src
> 4. Invoke /bin/pwd command. Then print /home/asou/src-old.
> $
Hello,
I am useig bash-3.2.25 on CentOS.
$ bash --version
bash --version
GNU bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
1. Go to directory ~/src.
$ cd ~/src
2. Rename the directory to ~/src-old.
$ mv ~/src ~/src-old
3. Invo