Forrest logo
back to context overview

yaa

List of commands for yaa:

  • yaa:tldr:0ddaf yaa: Create an archive with a specific compression algorithm.
    $ yaa archive -a ${algorithm} -d ${path-to-directory} -o ${path-to-output_file-yaa}
    try on your machine
    explain this command
  • yaa:tldr:4d6f0 yaa: Create an archive from a directory.
    $ yaa archive -d ${path-to-directory} -o ${path-to-output_file-yaa}
    try on your machine
    explain this command
  • yaa:tldr:5a1f4 yaa: List the contents of an archive.
    $ yaa list -i ${path-to-archive_file-yaa}
    try on your machine
    explain this command
  • yaa:tldr:62825 yaa: Create an archive from a file.
    $ yaa archive -i ${filename} -o ${path-to-output_file-yaa}
    try on your machine
    explain this command
  • yaa:tldr:63078 yaa: Create an archive with an 8 MB block size.
    $ yaa archive -b ${8m} -d ${path-to-directory} -o ${path-to-output_file-yaa}
    try on your machine
    explain this command
  • yaa:tldr:6e441 yaa: Extract an archive to the current directory.
    $ yaa extract -i ${path-to-archive_file-yaa}
    try on your machine
    explain this command
back to context overview