package
2.0.0-rc.1+incompatible
Repository: https://github.com/triliodata/tvk-plugins.git
Documentation: pkg.go.dev
# Functions
ChmodR changes permission of a file params: input=> path: filepath to change file permission mode: permissions output=> outStruct.out:stdout string err: non-nil error if command execution failed.
Execute the given command.
ExecuteArgs execute given command.
Mkdir creates directory with specified name params: input=> directory: directory path to create.
No description provided by the author
RmRf removes specified file param: input=> path: filePath to remove output=> err.Error(): returns error string if command execution fails.
RunCmd Execute given shell commands params: input=>cmd: formatted command string which needs to be executed.