I'm new to Linux and saw files named "example.cmd" and "test.com".
How do I open these files? Also, what kind of files are these?
feedback
|
|
Try running the file command on the files, e.g:
and see if it gives you any useful information. | |||||
feedback
|
|
As luke says, you should use the This means there might not be much point opening them. Still, but you could just start by trying to run the command | |||||||
feedback
|
|
Many cross-platform applications include both windows (.cmd) and unix/linux (.sh, etc) scripts, usually to start up an application. A bit more information about where you saw them, what the actual names are, etc would be needed to determine exactly what you're looking at. .com files are a hold-over from the MS-DOS days. | |||
|
feedback
|