0 Votes

Relevance #2999209
Log In or Register to download the BES file, and more.


Relevance

 
  * Results in a true/false
Show indented relevance
( /* -> Unicode to ASCII (non-ASCII characters will still be present if any exist and they will not show up correctly) -> */ concatenation of characters whose (it != "%00") of item 1 of /* -> This "it" refers to the last 100 lines of the file -> */ it) whose( /* -> remove empty lines, which is why this relevance can return less than 100 lines per file -> */ it as trimmed string != "") of ( /* -> this is the number of lines of the file from the previous statement -> */ item 1 of it, (lines of /* -> the file object -> */ item 0 of it) ) /* -> This whose statement is responsible for filtering for only the last 100 lines of the file -> */ whose ( (line number of /* -> lines of the file -> */ item 1 of it) > ( /* -> number of lines of the file -> */ item 0 of it - 100 /* <- This is the number of lines to return, which is subtracted from the total # of lines <- */ ) ) of ( /* -> the parent file object itself -> */ it, number of lines of it) of /* this will gather up all of the files -> */ files "RemoteUpdateManager.log" of /* -> All of the folders that there might be a RemoteUpdateManager.log file -> */ ((folders "temp" of windows folders);((folders "AppData\Local\Temp" of folders of folders "Users" of it) of /* -> Equivalent to (folder "C:\") -> */ root folders of drives of system folders))

Property Details

ID2999209
Status
Added by
Last Modified by on 8/20/2014 8:37:02 AM
Counters 0 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/2999209'><img src='https://bigfix.me/cdb/relevanceimage/2999209?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!