Our research professionals provided this article based on the steps to guide you to understand the step process to run the TCL file in terminal. This article leads the way to run TCL file in terminal of your own.
Commands in TCL
To create a simulation, the commands in the TCL file is listed below,
- File
- Open
- Close
- Gets and read
- And puts
- Seek
- Tell
- Eof
- Fblocked
- Fconfigure
- Tcl _StandardChannels
- Flush
- Fileevent
- Filename
Create NS2 TCL file
Once you create a simulation, then you have to create the NS2 TCL file. To configure the Network simulation, you have to create the NS2 TCL file script code and the NS2 TCL file stored in the workspace location with the file extension .tcl ,
Run NS2 TCL file in Ubuntu terminal
To change the workspace location, then execute the below command,
cd /home/research/Desktop/TCL_Simulation
To run NS2 TCL file in Ubuntu terminal, execute the following command,
sudo ./ns Main.tcl
Finally, get the wired network simulation and the result for run NS2 TCL file in the terminal,
We hope that this article helps you to know the process to run TCL file in terminal. If you have any queries, Please reach us.