I’ve been looking at the Wordle app and it seems to me that it’s pretty darn easy to duplicate. I’m teaching myself shell script programming so am wondering if there’s a way to create a wordle for the command line in Linux?
I’ve been looking at the Wordle app and it seems to me that it’s pretty darn easy to duplicate. I’m teaching myself shell script programming so am wondering if there’s a way to create a wordle for the command line in Linux?
I noticed the other day that one of the Ubuntu Linux systems in our IT center changes theme at sunset and that the background wallpaper changes, not just the window colors. Nice. How can I do that on my own computer?
I’m taking a Linux shell script programming class and our latest assignment is to count files and executables across all the directories in our PATH. I am stumped. Do you have some pointers to get me going, please?
I’ve been learning Linux and the Linux command shell through writing shell scripts. I also love Wordle. Putting those two together, I’m wondering if there’s any way to write a Wordle help utility script that will assist me while solving the puzzle! Can you help out?
For a programming project, I’m supposed to demonstrate different ways that randomization can be utilized within a Linux shell script. Can you help get me started, please?
Hi Dave! In amateur radio we have a server that converts 7 digit numbers to shorter numbers based on the last 16 bits of their binary value. This is due to a 65518 number limit in NXDN. I would like to add the numbers to the database to display the correct call sign. Help!
I am writing a shell script that summarizes large amounts of data and would like to display the sum values with thousands separators. By default I just get a long stream of digits. What’s a smart way to solve this in a shell script?
I have a few hundred text files from an old research project and want to release them to a public domain site. Before I do so, however, I want to replace people’s names for privacy. So “Rick Deckard” or “Rick” or “Deckard” would become “Richard”, and so on. Help!