New: bashAll contentburnbotblurtkractifitzzanr2cornellburnpostgamesblurtgermanpowerclubbeblurtcurationblurtindiablurtlifephotographyblurtlatamcnblurtboosterblurthispanoblurtblockHotTrendingNewDAppsjustyy in bash • 8 months agoThree Interesting BASH CommandsThree Interesting BASH Commandsjustyy in witness-category • last yearBackup Witness Node Online - Simple Bash Script to Show LogsBackup Witness Node Online - Simple Bash Script to Show Logsjustyy in crypto • 2 years agoSimple BASH Script to Monitor CryptosSimple BASH Script to Monitor Cryptosjustyy in blurt • 2 years agoA Simple BASH Script to Query to CryptocurrencyA Simple BASH Script to Query to Cryptocurrencyjustyy in blurt • 3 years agoThe Simplest Database Implementation by BASH ProgrammingThe following is probably the simplest Database implementation using BASH programming language. The BASH database provides four basic functions: db_clear() to truncate the database. The db_set()…justyy in blurt • 3 years agoBASH Function to Get Memory Information via AWKOn Linux, we can cat the file "/proc/meminfo" to display memory related information: $ cat /proc/memoinfojustyy in blurt • 3 years agoBASH Function to Check if sudo Availablesudo is the command to allow normal users perform some escalated operations. We can use the following BASH function to check to see if the sudo command is available. This is done via the which…