Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

300
Views
¿Hay alguna manera de ejecutar un javascript de nodo en línea en la línea de comandos?

Quiero ejecutar temporalmente el nodo javascript. Por ejemplo, así:

 echo console.log(1+1) > tmp.js & node tmp.js & del tmp.js

Funciona bien. Sin embargo, no me gusta el uso de archivos temporales. ¿Hay alguna otra forma más limpia?

Por ejemplo, me pregunto si hay una opción para tal función en node.exe

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Puede usar la opción -e, --eval : node -e "console.log(1+1)"

Documentación: https://nodejs.org/api/cli.html#cli_e_eval_script

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!