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 2, updated 544 days ago.
. o 0 ( edit | previous | history | diff )
( add new | see all )