Skip to main content
added 28 characters in body; edited tags; edited title
Source Link
Gilles 'SO- stop being evil'
  • 866.1k
  • 205
  • 1.8k
  • 2.3k

Copy only file details  (file name, size, time) from remote machine in unix

how can we copy only file details (filename, size, time) from a remote machine in Unix?

For example: I have a directory (/opt/apache../webapps/Context /opt/apache/…/webapps/Context) placed on a remote machine. Now I want to copy only the file detailsmetadata (size, time, filename) residesof the files that reside in this directory/subdirectories and its subdirectories to my local machine.

, something like this-(root root 1150 Dec 30 12:11 fileroot root 1150 Dec 30 12:11 file.txt.txt)

Copy only file details(file name, size, time) from remote machine in unix

how can we copy only file details (filename, size, time) from remote machine in Unix?

For example: I have a directory (/opt/apache../webapps/Context ) placed on a remote machine. Now I want to copy only the file details(size, time, filename) resides in this directory/subdirectories to my local machine.

like this-(root root 1150 Dec 30 12:11 file.txt)

Copy only file details  (file name, size, time) from remote machine in unix

how can we copy only file details (filename, size, time) from a remote machine in Unix?

For example: I have a directory (/opt/apache/…/webapps/Context) placed on a remote machine. Now I want to copy only the metadata (size, time, filename) of the files that reside in this directory and its subdirectories to my local machine, something like root root 1150 Dec 30 12:11 file.txt.

Source Link
Sak
  • 131
  • 1
  • 1
  • 5

Copy only file details(file name, size, time) from remote machine in unix

how can we copy only file details (filename, size, time) from remote machine in Unix?

For example: I have a directory (/opt/apache../webapps/Context ) placed on a remote machine. Now I want to copy only the file details(size, time, filename) resides in this directory/subdirectories to my local machine.

like this-(root root 1150 Dec 30 12:11 file.txt)