cheat sheets.

$ cheat cpio
create an archive:

touch .timestamp

(edit some files)

find . -newer .timestamp -print | cpio -oaBcv > ~/new-files.cpio

  - or -

find . -newer .timestamp -print | cpio -oaBcv | gzip > ~/new-files.cpio.gz
Version 1, updated 1046 days ago.
. o 0 ( edit | history )
( add new | see all )