Enterprise Security
Sunday, September 19, 2021
Search for text within files in linux
find ./ -name '*.txt' | xargs grep yourtext
./: root path to search
-name: file name
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Basic Algebraic Concepts for Understanding Encryption
SailPoint IIQ - Provisioning Rule Example - JDBC Application
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
SailPoint IIQ: Delete WorkItems assigned to a User
Query the 'spt_work_item' table. Pay attention to 'id' column(used for deleting the workitem) and 'owner' column (us...
SailPoint IIQ - Script to generate certification from a workflow
import java.util.List; import...
No comments:
Post a Comment