Is it possible to create batch file in Ubuntu

Asked By 0 points N/A Posted on -
qa-featured

I can easily create batch file in windows. And help of this batch file we solved many windows problem short time. But now I install Ubuntu 10.10. Can I use that kind of batch file to solve any problem within short time?

 

ubuntu logo batch file console

If possible, how can I make one batch file and how can I use it?

SHARE
Best Answer by Lanie
Answered By 0 points N/A #115449

Is it possible to create batch file in Ubuntu

qa-featured

Batch file scripting or programming differs in UBUNTU although both windows and UBUNTU supports batch file scripting or programming. When you are creating batch file in Microsoft Operating System, you are using the Microsoft command line interpreter.

Therefore the command interpreters will the one to interpret your command under your batch file script. This is the same with UBUNTU, but the problem is do you know the external commands used in UBUNTU.

By the way there are some sample scripts available on their website as well as helps on creating batch file script in UBUNTU. You may also search on Google for more references.

Best Answer
Best Answer
Answered By 0 points N/A #115448

Is it possible to create batch file in Ubuntu

qa-featured

Hi,

Yes it is possible to create batch file in Ubuntu or any Linux flavor however there are many tutorials over the internet that you can choose from and apply it to your computer.

Kind of batch or script files:

1. Creating folders,
2. Files deletion,
3. Folders and sub-folders deletion,
4. Opening applications,
5. Files backup,
6. Folders backup,
7. System performance checking,
8. Devices checking,
9. Wireless connection checking,

You may see the following links for your reference:

Lanie

Related Questions