Thursday, January 23, 2014

dirname basename in unix

> dirname /a/b/c/d.dat
/a/b/c/

> basename /a/b/c/d.dat
d.dat

No comments:

Post a Comment