GithubHelp home page GithubHelp logo

Redirect output to file fails about shelljs HOT 8 CLOSED

shelljs avatar shelljs commented on May 22, 2024
Redirect output to file fails

from shelljs.

Comments (8)

c0bra avatar c0bra commented on May 22, 2024 3

I found this: #154

shell.exec('command').output.to('path/to/file');

worked for me.

from shelljs.

getdave avatar getdave commented on May 22, 2024

No response to this?

from shelljs.

c0bra avatar c0bra commented on May 22, 2024

+1

from shelljs.

nfischer avatar nfischer commented on May 22, 2024

I tried out the following code and saw the expected results:

$ cat sample.js
require('shelljs/global');
exec('echo hi > mytempfile.txt');
$ shjs sample.js
$ cat mytempfile.txt
hi

@getdave @c0bra Do either of you see different behavior using my example? To me this doesn't seem like a shelljs issue.

from shelljs.

skrivle avatar skrivle commented on May 22, 2024

@nfischer we just encountered this issue on Linux, while it was working perfectly fine locally on my mac ... Might be OS related then I guess.

OS : Ubuntu 14.04.3 LTS

from shelljs.

nfischer avatar nfischer commented on May 22, 2024

@vejersele Did you see the issue with my simple example above? I tested my example on Ubuntu 15.10 and it worked perfectly. If you can confirm that simple examples like above aren't working for you, then I can investigate further.

from shelljs.

nfischer avatar nfischer commented on May 22, 2024

@vejersele bumping this thread. Could you provide the exact line of code that didn't work for you?

from shelljs.

nfischer avatar nfischer commented on May 22, 2024

I'm going to close this issue, since it doesn't seem like it's related to ShellJS. Please re-open if the issue persists.

from shelljs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.