{"id":76448,"date":"2024-12-08T01:53:58","date_gmt":"2024-12-08T01:53:58","guid":{"rendered":"http:\/\/bangla.sitestree.com\/?p=76448"},"modified":"2024-12-08T01:53:58","modified_gmt":"2024-12-08T01:53:58","slug":"linux-regular-expression-grep","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=76448","title":{"rendered":"Linux: Regular Expression: grep"},"content":{"rendered":"\n<p>Signed Integers<\/p>\n\n\n\n<p>egrep  &#8216;^[+-]?[0-9]+$&#8217;  data.txt<\/p>\n\n\n\n<p>Floating Point Numbers<\/p>\n\n\n\n<p>egrep  &#8216;^[+-]?[0-9]+[.]?[0-9]*$&#8217; data.txt<\/p>\n\n\n\n<p>Canadian Postal Code<\/p>\n\n\n\n<p>egrep -q &#8216;^[A-Z][0-9][A-Z] *[0-9][A-Z][0-9]$&#8217; info.txt<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Signed Integers egrep &#8216;^[+-]?[0-9]+$&#8217; data.txt Floating Point Numbers egrep &#8216;^[+-]?[0-9]+[.]?[0-9]*$&#8217; data.txt Canadian Postal Code egrep -q &#8216;^[A-Z][0-9][A-Z] *[0-9][A-Z][0-9]$&#8217; info.txt<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-76448","post","type-post","status-publish","format-standard","hentry","category-root","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":21831,"url":"http:\/\/bangla.sitestree.com\/?p=21831","url_meta":{"origin":76448,"position":0},"title":"Some Ubuntu Linux Commands used in AWS platform #Unix\/Linux #RHCSA","author":"Author-Check- Article-or-Video","date":"March 7, 2021","format":false,"excerpt":"Some Ubuntu Linux Commands used in AWS platform Some might be run by the parent commands This is kinda cleaned up from .bash_history (removed repeating and sensitive commands), still not perfectly cleaned up - so you will see lots of ls, cd, dir or similar \u00a0 sudo apt-get update sudo\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4258,"url":"http:\/\/bangla.sitestree.com\/?p=4258","url_meta":{"origin":76448,"position":1},"title":"An A to Z Index of Linux Commands","author":"Sayed","date":"December 10, 2013","format":false,"excerpt":"","rel":"","context":"In &quot;Root&quot;","block_context":{"text":"Root","link":"http:\/\/bangla.sitestree.com\/?cat=1"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65804,"url":"http:\/\/bangla.sitestree.com\/?p=65804","url_meta":{"origin":76448,"position":2},"title":"JavaScript &#8211; Miscellaneous Validations #JavaScript","author":"Author-Check- Article-or-Video","date":"July 15, 2021","format":false,"excerpt":"function validateDomainName(strValue) { return \/www.[a-z0-9_-]+.[a-z]{2, 3}\/ig.test(strValue); } function validateDomainName(strValue) { return \/www.[a-z0-9_-]+.[a-z]{2, 3}\/ig.test(strValue); } \/\/not 100% right, will fix later function checkDateFormat() { var pattern = new RegExp(0|1[0-9]\/[0-3][0-9]\/[0-9][0-9]); if(document.getElementById('timestampStarted').value.match(pattern)) { var date_array = document.getElementById('timestampStarted').value.split('\/'); var month = date_array[0]; var day = date_array[1]; var year = date_array[2]; \/\/ This instruction will\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7079,"url":"http:\/\/bangla.sitestree.com\/?p=7079","url_meta":{"origin":76448,"position":3},"title":"\u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0\u09b8 (JavaScript Operators)","author":"Author-Check- Article-or-Video","date":"March 16, 2015","format":false,"excerpt":"\u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0\u09b8 (JavaScript Operators) \u0989\u09a6\u09be\u09b9\u09b0\u09a3 \u09a6\u09c1\u099f\u09bf \u09ad\u09cd\u09af\u09be\u09b2\u09c1\u0995\u09c7 variable \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09c7 \u09a4\u09be\u09a6\u09c7\u09b0 \u09af\u09cb\u0997 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7 var x = 5; \/\/ \u098f\u0987\u0996\u09be\u09a8\u09c7 \u09eb \u0995\u09c7 x \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7 var y = 2; \/\/ \u098f\u0987\u0996\u09be\u09a8\u09c7 \u09e8 \u0995\u09c7 y \u0998\u09cb\u09b7\u09a3\u09be \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7 var z = x + y; \/\/ \u09ab\u09b2\u09be\u09ab\u09b2 \u09ed \u0995\u09c7 z\u2026","rel":"","context":"In &quot;JavaScript&quot;","block_context":{"text":"JavaScript","link":"http:\/\/bangla.sitestree.com\/?cat=65"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70135,"url":"http:\/\/bangla.sitestree.com\/?p=70135","url_meta":{"origin":76448,"position":4},"title":"JavaScript &#8211; Miscellaneous Validations #13","author":"Author-Check- Article-or-Video","date":"August 27, 2021","format":false,"excerpt":"function validateDomainName(strValue) { return \/www.[a-z0-9_-]+.[a-z]{2, 3}\/ig.test(strValue); } function validateDomainName(strValue) { return \/www.[a-z0-9_-]+.[a-z]{2, 3}\/ig.test(strValue); } \/\/not 100% right, will fix later function checkDateFormat() { var pattern = new RegExp(0|1[0-9]\/[0-3][0-9]\/[0-9][0-9]); if(document.getElementById('timestampStarted').value.match(pattern)) { var date_array = document.getElementById('timestampStarted').value.split('\/'); var month = date_array[0]; var day = date_array[1]; var year = date_array[2]; \/\/ This instruction will\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":68339,"url":"http:\/\/bangla.sitestree.com\/?p=68339","url_meta":{"origin":76448,"position":5},"title":"Linux Bash Commands A to Z #AngularJS #RHCSA","author":"Author-Check- Article-or-Video","date":"August 1, 2021","format":false,"excerpt":"From: http:\/\/sitestree.com\/?p=2596 Categories:AngularJS, RHCSATags:AngularJS, Linux, Command Post Data:2015-10-16 06:49:38 Shop Online: https:\/\/www.ShopForSoul.com\/ (Big Data, Cloud, Security, Machine Learning): Courses: http:\/\/Training.SitesTree.com In Bengali: http:\/\/Bangla.SaLearningSchool.com http:\/\/SitesTree.com 8112223 Canada Inc.\/JustEtc: http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) Shop Online: https:\/\/www.ShopForSoul.com\/ Medium: https:\/\/medium.com\/@SayedAhmedCanada","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/76448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=76448"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/76448\/revisions"}],"predecessor-version":[{"id":76449,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/76448\/revisions\/76449"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=76448"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=76448"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=76448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}