Socket
Socket
Sign inDemoInstall

cli-cwd

Package Overview
Dependencies
98
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cli-cwd

Run command with modified CWD (current working directory)


Version published
Maintainers
1
Created

Readme

Source

npm

cli-cwd Dependency Status

Run program in a modified working directory.

Example

$ cwd /usr/bin pwd
/usr/bin

Put archive file in a custom directory across archivers:

$ cwd ./dir tar cvaf ../dir.tbz2 .
$ cwd ./dir zip -r ../dir .
$ cwd ./dir 7z a ../dir . -tzip

Start a subshell:

$ cwd /
$ echo $SHLVL $PWD
2 /

CLI

Usage:  cwd <directory> [<command>] [arg]...

<command> defaults to $SHELL if omitted.

Install

npm install -g cli-cwd

License

MIT

Keywords

FAQs

Last updated on 08 May 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc