Top "Pathname" questions

Anything related to pathnames.

Linux CLI - How to get substring from JSON jq + grep?

I need to pull a substring from JSON. In the JSON doc below, I need the end of the value …

json bash grep jq pathname
How to check whether a File exists

I have an Array of Strings and I want to select only these Strings which are paths to files: My …

ruby path pathname
How to "convert" window.location.pathname from object to string?

I need pathname (www.my-site.com/this-part/and-this-part/etc/) in JS/jQuery but I need it as string not as …

javascript jquery pathname
How to find an EXE's install location - the proper way?

I am making a software in C# and MATLAB that calls another software (CMG) to do some processing. My problem …

c# windows matlab path pathname
How to get the full pathname of the current shell script?

Is there a less brute-force way to do this? #!/bin/ksh THIS_SCRIPT=$(/usr/bin/readlink -f $(echo $0 | /bin/sed "…

bash ksh pathname