I'm working on porting this bash script over to Linux from HP-UX. There appears to be a command
remsh opcfdp01 "find ${TOOLS_DIR} -user ${ADMIN_USER} -exec chmod a+rwx {} \;" < /dev/echo > /dev/null 2>&1
The device file /dev/echo
appears to print the output on HP-UX; however, no such file seems to exist in Linux.
I was wondering how I could go about creating a /dev/echo
in Linux.