How To Run A Particular Scenario From A Feature File?

We can run particular scenario from a feature file by giving the scenario line number. Example:

$ cucumber features/test.feature:21

Here features is the folder and test.feature is feature file and 21 is the line number.