SyntaxFix
Write A Post
Hire A Developer
Questions
You can save this in your shell.rc or just put in console
shell.rc
function absolute_path { echo "$PWD/$1"; } alias ap="absolute_path"
example:
ap somefile.txt
will output
/home/user/somefile.txt