In Linux . is used to refer to the current directory, but I need to know instead using pwd what is the current directory via ..
I tried echo $(.) andecho . but doesn't work... any solution to get the same output as pwd but using .?
In Linux . is used to refer to the current directory, but I need to know instead using pwd what is the current directory via ..
I tried echo $(.) andecho . but doesn't work... any solution to get the same output as pwd but using .?
