🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cli-cwd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-cwd

Run command with modified CWD (current working directory)

0.2.0
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

change

FAQs

Package last updated on 08 May 2015

Did you know?

Socket

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