show/hide this revision's text 2 added 6 characters in body

I made an Unix command, mac2unixmacmac2unix, which converts Mac's Word file for Unix platforms.

I would like to run the command as

$mac2unix macmac2unix file1 file2 file3 ...

Problem: How can I run this command in every path?

I added the following to .bashrc unsuccessfully

CDPATH=:/Users/Sam/Documents/Unix
show/hide this revision's text 1

Executing own Unix command in terminal?

I made an Unix command, mac2unix, which converts Mac's Word file for Unix platforms.

I would like to run the command as

$mac2unix file1 file2 file3 ...

Problem: How can I run this command in every path?

I added the following to .bashrc unsuccessfully

CDPATH=:/Users/Sam/Documents/Unix