For further actions, you may consider blocking this person and/or reporting abuse
Read next
13 top open-source tools you must use for your next big project in 2025🚀
Sunil Kumar Dash -
Vite: Future of Modern Build Tools
Mukhil Padmanabhan -
AI Solves a 50-Year-Old Physics Mystery You Won't Believe!
Kavya Sahai -
7th January 2025 WebDev Digest: 30 Fresh Picked Articles for Developers
Dev Resources -
Top comments (1)
I have txt file with empolyees names, I wanrt search for all lines that contain the name "Raj" and save the file names into a variable. Let's call this variable names,
Since none of the files present in the file list.txt are available in the file system, how to check if file names present in files variable are actually present in the file system. how to do this, test command
then how to iterate over the files variable and add a test expression within the loop. If the item within the files variable passes the test, add/append it to the file name.txt.
can any one help on this sccript please