Forrest logo
back to the skicka tool

skicka:tldr:35a8d

skicka: List files.
$ skicka ls ${path-to-folder}
try on your machine

The command "skicka ls ${path-to-folder}" is a command used in the context of the Skicka tool. Skicka is a command-line tool developed by Google for interacting with Google Drive. It allows you to manage files and folders on your Google Drive account from the command line. In this particular command: - "skicka" is the command to invoke the Skicka tool. - "ls" is a subcommand used to list the contents of a specified folder on Google Drive. - "${path-to-folder}" is a placeholder that should be replaced with the actual path to the folder you want to list the contents of. For example, if you wanted to list the contents of a folder named "Documents" located at the root of your Google Drive, you would replace "${path-to-folder}" with "/Documents" in the command: skicka ls /Documents This would return a list of files and subfolders present in the specified folder on your Google Drive.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the skicka tool