Hello Ranjith,
the LAStools software suite is organized in a very modular fashion. Each tool does one or two (or three) things really well. If you want longer pipelines then you will have to either program them yourself using batch scripting, the respective model builder of the QGIS, ArcGIS, and ERDAS IMAGINE toolboxes. or the pre-written pipelines available for QGIS or ArcGIS:
Or just run these two tools one after the other:
lasground -i lidar.las -o lidar_ground.laz
las2dem -i lidar_ground.laz -keep_class 2 -step 1.0 -o dtm.bil
These kind of workflows are described numerous times in tutorials and videos that are available here:
Regards,
Martin @rapidlasso
--