On Wed, Mar 21, 2012 at 11:11:42PM +1000, Da Rock wrote:
...
> In the meantime I think I may have stumbled on the solution to the
> script: In the midst of all the output it mentions "usage realpath [-q]
> path". I wasn't 100% sure exactly what that meant, but I put the full
> path to the iso and a full path to an img file and I *think* that
> worked. I've yet to test the result; and I have no idea of the '-q'
> option....
REALPATH(1) FreeBSD General Commands Manual REALPATH(1)
NAME
realpath -- return resolved physical path
SYNOPSIS
realpath [-q] path [...]
DESCRIPTION
The realpath utility uses the realpath(3) function to resolve all sym-
bolic links, extra `/' characters and references to /./ and /../ in path.
If -q is specified, warnings will not be printed when realpath(3) fails.
EXIT STATUS
The realpath utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
realpath(3)
HISTORY
The realpath utility first appeared in FreeBSD 4.3.
FreeBSD 8.1 November 24, 2000 FreeBSD 8.1
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"