ಸುದ್ದಿ

To start find in the current directory, you would use find ., and then the rest as shown above. -type f: Finds only files, not directories, symbolic links, or other special Unix file types.
Find is not just useful for locating files, but also for doing things with the files once it finds them. You can find files based on numerous criteria — their names, their owners, their size ...
There are many ways to move files between Unix and Windows. In my mind, they fall into three categories — secure copy (let’s not even think about ftp), shared drives, and file synchronization ...
That is, of course, unless you add the directory containing the files to your search path. The batch language, like Unix systems, provides a search path to facilitate your use of its commands.