For further actions, you may consider blocking this person and/or reporting abuse
Read next
Path Traversal in 2024 - The year unpacked
Felix Garriau -
Angular Dependency Injection — Inject service inside custom Rxjs operators
Madhu Sudhanan P -
Essential Functions for Smarter Location-Based Apps in React Native
Ajmal Hasan -
Mastering Cron Jobs: A Comprehensive Guide
Testouri Med Amine -
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