hello monks
I was trying grep and then command in one of my Perl code which I was using to find the file of given name at specific location.The grep command was like this
grep /pptai/nightly_db/data_loader_logs 2010-06-18_AIX_nightly_data_ +loader.log
The find command that we used is like this
find /pptai/nightly_db/data_loader_logs 2010-06-18_AIX_nightly_data_loader.logBut both the time I got output as No such file or directory exist
Can any body rectify me and tell wat the right command is ?
In reply to Doubt regarding find and grep command by siddheshsawant
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |