Error loading STL file

Hello,
While trying to open my STL file in paraview, I am receiving errors as below. I have made my stl combing other stl files using cat stl/* > myRegionSTL.stl. All other stl files are opening successfully but this combined file named as myRegionSTL.stl is creating issues. Please help. Thanks and Regards.

ERROR: In /builds/gitlab-kitware-sciviz-ci/build/superbuild/paraview/src/VTK/IO/Geometry/vtkSTLReader.cxx, line 658
vtkSTLReader (0x17ea0070): STLReader: error while reading file /home/imad/myRegionSTL.stl at line 1: Parse error. Expecting ‘solid’ found ‘-1’

ERROR: In /builds/gitlab-kitware-sciviz-ci/build/superbuild/paraview/src/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 753
vtkPVCompositeDataPipeline (0x176d9010): Algorithm vtkFileSeriesReader(0x18508ab0) returned failure for request: vtkInformation (0x15740540)
Debug: Off
Modified Time: 422724
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FROM_OUTPUT_PORT: 0
ALGORITHM_AFTER_FORWARD: 1
FORWARD_DIRECTION: 0

The reported error is quite informative here (at line 1: Parse error. Expecting ‘solid’ found ‘-1’).
Could you please show the first lines of your combined file?

If -1 is the content of the first line of your file then there is something wrong with it.