Timeline for How do I get absolute path from using find unix command
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 26, 2023 at 20:22 | comment | added | Pound Hash |
The command substition $(pwd) won't work if the path contains a newline. Instead, you can just use the paramater expansion $PWD
|
|
| Apr 21, 2014 at 23:42 | history | edited | Ramesh | CC BY-SA 3.0 |
added 1 character in body
|
| Apr 21, 2014 at 22:13 | history | edited | Kiwy | CC BY-SA 3.0 |
added 308 characters in body
|
| Apr 21, 2014 at 10:38 | history | edited | Graeme | CC BY-SA 3.0 |
added 2 characters in body
|
| Apr 21, 2014 at 9:48 | history | edited | Kiwy | CC BY-SA 3.0 |
added 127 characters in body
|
| Apr 21, 2014 at 9:47 | vote | accept | Shivam Sharma | ||
| Apr 21, 2014 at 9:40 | comment | added | bsd |
Don't start with ., use $(pwd) instead, that will give you a full path.
|
|
| Apr 21, 2014 at 9:38 | comment | added | Shivam Sharma | But i donot have path, I only have . as current directory then? | |
| Apr 21, 2014 at 9:36 | history | answered | Kiwy | CC BY-SA 3.0 |