Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Mejs6

Unknown Command 'find' or 'grep'

Hello,
I'm trying to find a files containing specific text in filename and i get 'Unknown Command' for 'find' or 'grep' command.
I have connected to server and everything seems to be ok. 'Get' command working properly.

Is there anyone who have a clue whats going on?

Text script:
open ftp://user:password@name/
cd WEBPORTAL_PRODUCTION
cd 2015_04_01
grep -irn "ZLS" *
find / -type f -name "ZLS*"

Many thanks,
Artur