splitpath.sh
function splitpath () { while read LINE ; do echo $(dirname "$LINE")$'\t'$(basename "$LINE") ; done }
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
function splitpath () { while read LINE ; do echo $(dirname "$LINE")$'\t'$(basename "$LINE") ; done }
Register as a new user and use Qiita more conveniently
Go to list of users who liked