অনুশীলন
me@howtocode-pc:~$ mkdir -p playground/dir-{001..100}
me@howtocode-pc:~$ touch playground/dir-{001..100}/file-{A..Z}me@howtocode-pc:~$: find playground -type f -name 'file-A'me@howtocode-pc:~$ find playground -type f -name 'file-A' | wc -l
100me@howtocode-pc:~$ touch playground/timestamp
me@howtocode-pc:~$ stat playground/timestamp
File: ‘playground/timestamp’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 802h/2050d Inode: 8306121 Links: 1
Access: (0664/-rw-rw-r--) Uid: ( 1000/nishadsingha) Gid: ( 1000/nishadsingha)
Access: 2015-04-03 15:39:54.671495249 +0600
Modify: 2015-04-03 15:39:54.671495249 +0600
Change: 2015-04-03 15:39:54.671495249 +0600
Birth: -Last updated