Online Documents
English
English
  • First Launch Experience
  • Activate Software License
  • How to Train EMILY?
  • Simple Web Automation
  • Web Automation Tools
  • Web Automation Processor
  • User Fill
  • Workspace Script
  • File Exporter
  • File Enumerator
  • EXCEL Processor
  • EXCEL Analyzer
  • EXCEL Writer
  • EXCEL Filler
  • CSV Creator
  • PowerShell
  • PDF Analyzer
  • Mail Sender
  • Mail Reader
  • Exchange Mail Sender
  • Exchange Mail Reader
  • HTTP Analyzer
  • Command Line
  • DOCX Templater
  • SQL Executor
  • Desktop Automation (DA)
  • SFTP
  • JSON API Server
  • Chart
  • DOCX2HTML
  • Manage Folder
  • Google Drive
  • Google Sheets
  • Google OCR
  • Google NLU
  • Azure Form Recognizer
  • Anti-Captcha
  • ChatGPT
  • Gemini
  • Schedule Trigger
  • Mail Trigger
  • File Trigger
  • API Trigger
  • Protect Text
  • Flexibility & Security
  • Announcements
    • Version Release
    • Third Party Notice
Powered by GitBook
On this page

Command Line

Execute local command line instructions

PreviousHTTP AnalyzerNextDOCX Templater

Last updated 1 year ago

Similar to your local terminal or command-line interface, the execution result is output to a file named output.txt in the workspace. This example is provided using Mac or Linux:

ls -al

The content of the resulting 'output.txt' file is as follows: total 56 drwxr-xr-x 7 jt.strad staff 224 Jun 6 10:56 . drwx------ 328 jt.strad staff 10496 Jun 6 09:35 .. -rw-r--r--@ 1 jt.strad staff 6148 Jun 6 09:36 .DS_Store -rw-r--r-- 1 jt.strad staff 302 Jun 6 09:36 output.csv -rw-r--r-- 1 jt.strad staff 531 Jun 6 10:56 output.txt -rw-r--r-- 1 jt.strad staff 8090 Jun 6 10:49 result.png -rw-r--r-- 1 jt.strad staff 15 Jun 6 10:48 slideshow.txt

%FILENAME% variables can also be used on the command line:

ls -al %dir%

--

We are dedicated to improving our content. Please let us know if you come across any errors, including spelling, grammar, or other mistakes, as your is valuable to us! 🤖️⚡️

feedback