Forrest logo
back to context overview

rip

List of commands for rip:

  • rip:tldr:1c746 rip: List all files and directories in the graveyard that were originally within the current directory.
    $ rip --seance
    try on your machine
    explain this command
  • rip:tldr:35ffd rip: Permanently delete every file and directory in the graveyard.
    $ rip --decompose
    try on your machine
    explain this command
  • rip:tldr:56bc3 rip: Interactively remove files or directories, with a prompt before every removal.
    $ rip --inspect ${filename_or_directory} ${path-to-another-file_or_directory}
    try on your machine
    explain this command
  • rip:tldr:7f9bd rip: Put back the files and directories which were affected by the most recent removal.
    $ rip --unbury
    try on your machine
    explain this command
  • rip:tldr:beb46 rip: Put back every file and directory that is listed by `rip --seance`.
    $ rip --seance --unbury
    try on your machine
    explain this command
  • rip:tldr:d802f rip: Remove files or directories from specified locations and place them in the graveyard.
    $ rip ${filename_or_directory} ${path-to-another-file_or_directory}
    try on your machine
    explain this command
back to context overview