current directory command in linux code example
Example 1: findstr current folder
Just specify all posible files names in current directory with regex *:
findstr string_to_search *
Example 2: get current path unix
#Will generate the current directory
pwd