Originally posted by: dyn2nvu
moving between directories
Originally posted by: Atheus
Does look a bit like, but not exacly like, directory traversal. You sure you got it right?
Its not necessarily any programming language btw. If you want to move down a directory you would do 'cd ../', or down 2 directories, 'cd ../../'
Originally posted by: txrandom
Originally posted by: Atheus
Does look a bit like, but not exacly like, directory traversal. You sure you got it right?
Its not necessarily any programming language btw. If you want to move down a directory you would do 'cd ../', or down 2 directories, 'cd ../../'
Wouldn't that be moving up? Or just using different semantics?
Originally posted by: Atheus
Originally posted by: txrandom
Originally posted by: Atheus
Does look a bit like, but not exacly like, directory traversal. You sure you got it right?
Its not necessarily any programming language btw. If you want to move down a directory you would do 'cd ../', or down 2 directories, 'cd ../../'
Wouldn't that be moving up? Or just using different semantics?
Up then, if up is 'backward'...
OP: we really mean 'toward the root directory'.
