Implement the mknod operation using the following example :
File Name: exppipe.sh
#!/bin/sh
. $HOME/.bash_profile
cd /home/oracle/mknode/
mknod exp_pipe p
gzip -cNf exp_data.dmp.gz &
exp demo/demo file=exp_pipe log=exp_data.log owner=demo statistics=none
rm -f exp_pipe p
fi
No comments:
Post a Comment