Hello, here is the detail of the steps that i am trying to do,
if there are multiple files in a directory, i can do it as 'vim *.md' but i want to find it as find /home/aahna -iname "*.md" to find all the files now if there is a match then the command should automatically open the .md file. Cheers Aahna S. > -------Original Message------- > From: Aahna S. <[email protected]> > To: [email protected] <[email protected]> > Subject: [foss] find a file and open it in vim > Sent: Mar 10 '21 05:20 > > Hello, > > how do i find a file in a directory and then open it in vim ? > i am able to find a file but not able to tell vim to open it. > > Cheers > Aahna S. >

