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

adbon

Re: Find

[quote="Anonymous"]

martin wrote:

So my question is: [b]Can someone recommend me a best command to find file, that would work reliably on any UNIX server/shell :?:


> I'm no expert, but 'locate'
> works...

I notice that "locate" is often
not set up correctly. I use systems other than linux, too.

the Unix "find" command has worked reliably for
a very long time. I suggest poping a dialog box: find: [ ] then taking the string
and doing "find . -name '[the string]' -print" where "." means
the current directory, and putting the results in a selection list.
give the option to chdir to the
directory above a file, as well
as to move/copy drag/drop the file.

Thanks, by the way, WinSCP is a wonderful help
in making my users be able to function with remote machines.

Adbon
Guest

Re: Find

martin wrote:

So my question is: [b]Can someone recommend me a best command to find file, that would work reliably on any UNIX server/shell :?:


I'm no expert, but 'locate' works well on certain linux machines. I doubt it is well supported across _all_ platforms but couldn't you create an alias for a user's 'find' command. Then for us linux users we could set the alias to 'locate'.
martin

Re: Find

There are two aproaches for implement find:
  • Read all directories/subdirectories using LS and find file in result (client-driven search). This is reliable, but slow.
  • Use some command on server that finds files. This should be fast. Problem is that there are many incompatibilities between different servers/shells. I have problem adding any new command, because I don't have enough experiences with different hosts and I don't have access to enough diferent servers to test it.
    So my question is: Can someone recommend me a best command to find file, that would work reliably on any UNIX server/shell :?:
Guest

Find

I administer several boxes and love WinSCP. The only problem is that sometimes I don't remember where I left a file, or someone wants a file, I have to view each and every dir and subdir where I think it might be. As you can guess, this is a major headache. Any chance the "Find" option could be added to WinSCP to make it nearly perfect?

Thanks.