How to run the particular file in absolute path?

Viewed 14

I have Files called enum-pipeline-2.conf enum-ruby-filter-2.rb get_session_msgs_query.json lookup.json, which I was running by giving ./file_name in my linux script. I wanted to run those files using absolute path.

When I am trying to find it

readlink -f get_session_msgs_query.json --->
/root/PWG/logstash-pipelines/enum/logstash_templates/get_session_msgs_query.json

This I am getting, Can anyone please help how to run it in linux?

0 Answers
Related