system - Execute a system command.
system
# We can execute any command just as if you are using a terminal system("ls") system("pwd")