News

How to convert XLS and JSON files to CSV in Linux with csvkit Your email has been sent Sometimes you just need a quick means of converting a spreadsheet to a comma-separated values file. When you ...
When I started using Linux, the file system was nothing like the folder structures Id been used to on Windows. Ill admit that it took me a while to feel comfortable. However, with time, I realized ...
To convert a media file using the default settings of FFmpeg, type: ffmpeg -i inputfile.video outputfile.video The above command will change the specified format into the output format given. How to ...
If line 11 is to be executed we know that we have an ordinary file. Using tr we convert the filename to lowercase and assign the new name to the shell variable lc. Line 12 then checks to see if the ...