Hello
I really like lftp, thanks for your job. (I especially like the
similarity between lftp commands and the bash ones, + the good support
for non-us charsets.)

To find a file on a server, I use the following command :

ls -r *my_file* | grep -i -B 1 my_file

(Simply using "ls -r *my_file*" outputs all directories on the server;
I'd like to avoid that.)

How could I do an alias to make this simpler?
TIA

Thomas

Reply via email to