Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - samueltarcin9999

#1
There are different ways to exclude and grep given a text file or input stream. I generally prefer the most basic one where use two grep where the first one is for exclude with -v option and pipe to second one where I grep for my string.   grep -v 'able' config.txt | grep 'system'  For more information look https://www.yjastar.com/ku/introduction-to-linux-grep-command-with-examples/
#2
Well. You can use triple quotes in order to define multi line string like sss='''This is a string'''   For more information look https ://www.we_removed_the_spam_link.con/spam.exe

MOD: Removed the link. Because spam is bad, mmmkay?  :smug: