Learn how to effectively use the date command in Linux for displaying, formatting, and manipulating date and time information. This comprehensive guide covers various use cases, including displaying the current date and time, formatting dates, manipulating dates, and localizing date output.... Read More
Articles found : 10
search term: manipulate dates
Learn advanced tips and tricks for mastering the Cut command in Linux. Discover how to manipulate text files efficiently, extract specific fields, customize delimiters, and more.... Read More
Master the ffmpeg command with this comprehensive guide, covering basic and advanced usage as well as script examples. Learn how to manipulate audio and video files, perform conversions, apply filters, and automate tasks using ffmpeg commands, scripts, and practical examples.... Read More
This Article is as much about getting the stats of Covid for any country worldwide as it is a tutorial about how to handle and effectually use and manipulate JSON data from the terminal or a shell script using jq the Command Line JSON proccessor ... Read More
One of the best things in Bash is the extensive tools we can use to manipulate strings. you can extract substrings , replace or delete them, and do much more... Read More