$ cksum sample.txt
2763733609 1659 sample.txt
$ find /usr/local/sqoop -printf '%i,%b,%M,%n,%u,%g,%s,%Tc,%h/%f'$'\n'
19404466,8,-rwxr-xr-x,1,hduser,hduser,1345,Monday 27 April 2015 12:12:36 PM IST,/usr/local/sqoop/conf/sqoop-env-template.sh
After file name I have to display cksum
of the file in the above find
command.
How to do it.
Thanks in advance.
Regards, Abu