Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhunleth/erlang_fileutils
Erlang versions of Unix file utilities to enable distributed use
https://github.com/fhunleth/erlang_fileutils
Last synced: about 1 month ago
JSON representation
Erlang versions of Unix file utilities to enable distributed use
- Host: GitHub
- URL: https://github.com/fhunleth/erlang_fileutils
- Owner: fhunleth
- License: mit
- Created: 2014-01-11T21:58:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T13:31:55.000Z (almost 11 years ago)
- Last Synced: 2024-10-13T09:56:25.596Z (2 months ago)
- Language: Erlang
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Erlangized File Utilities
This project is the start of a set of Erlang distribution-
aware command line utilities. The idea is to be able to reference files
accessible on remote Erlang nodes using familiar looking commands like
`ls` or `cp`.Remote files are specified as `Node:Path`. For example, `mynode@host:/tmp/myfile`.
Relative path names are supported.Currently only one utility is implemented, `erlcp`. Use it like you would
`cp`, but keep in mind that it doesn't support any command line options. It
doesn't set the magic cookie, so you'll want to set it in your `$HOME/.erlang.cookie`
file. Here's an example:erlcp mynode@host:/tmp/randomstats.txt .