How to collect directory listing along with each file CRC checksum?
问题 I use the following command to get dir listing in nix(Linux, AIX, Sunos, HPUX) platforms Command ls -latr Ouput drwxr-xr-x 2 ricky support 4096 Aug 29 11:59 lib -rwxrwxrwx 1 ricky support 924 Aug 29 12:00 initservice.sh cksum command is used for getting CRC checksum. How can the CRC Checksum be appended after each file something (including directory listing too) like below, maintaining the below format in these nix(Linux, AIX, Sunos, HPUX) platforms? drwxr-xr-x 2 ricky support 4096 Aug 29 11