config root man

Current Path : /usr/local/share/bash/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/share/bash/popd

    Removes entries from the directory stack.  With no arguments,
    removes the top directory from the stack, and cd's to the new
    top directory.
    
    +N	removes the Nth entry counting from the left of the list
    	shown by `dirs', starting with zero.  For example: `popd +0'
    	removes the first directory, `popd +1' the second.
    
    -N	removes the Nth entry counting from the right of the list
    	shown by `dirs', starting with zero.  For example: `popd -0'
    	removes the last directory, `popd -1' the next to last.
    
    -n	suppress the normal change of directory when removing directories
    	from the stack, so only the stack is manipulated.
    
    You can see the directory stack with the `dirs' command.

Man Man