How to read a file line by line ShowHow to read a file line by line
Intro
Tips
Bonus
Intro
One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
How to read a file .RAR? ShowWinrar
superNZB
How to read a file .RAR?
RAR is a data compression format developed by Roshal. This file format can be used for data recovery and file spanning.
Winrar
Winrar is the perfect tool for opening and decompressing .RAR...
How to read a file mkv (Matroska) ShowHow to read a file mkv (Matroska)
To read a file MKV, download the DirectShow filters on below link:
http://prdownloads.sourceforge.net/guliverkli/matroskasplitter_20040311.zip
You can also download the package on below...
Reading SVG file ! ShowReading SVG file !
Reading SVG files using inkscape !
Xara LX
Read .SVG from your browser
SVG is the acronym for Scalable Vector Graphics. It is an image platform for discribing two-dimensional graphics compatible with XML. This language...
[Burning] Writing or reading a file .MDF or .MDS file Show[Burning] Writing or reading a file .MDF or .MDS file
MDF file is an ISO image created with the software Alcohol 120 °.
Normally .mdf must be accompanied by .mds, providing information on the audio CD or DVD to be burned.
Alcohol...
[XSL-FO] How to read a file .FO/.FOB? Show[XSL-FO] How to read a file .FO/.FOB?
Issue
Solution 1
Solution 2
Issue
The XSL-FO is a format description page like PDF or DVI usually having extension .fo/.fob and even .xml
(It may happen that same are opened with a Text ...
Download Cool PDF Reader ShowCool PDF Reader is small viewer (the smallest one on the market now) to view and print PDF files.
It also allows you to convert your PDF files TXT, BMP, JPG, GIF, PNG, WMF, EMF and EPS formats. Very light (only 650KB), easy to install, equipped...
Download FLV-Media Player ShowFLV-Media Player is other than a reader of files FLV. This format being the one who is the most spreading among videos in online uninterrupted broadcasting, notably on sites specialized as YouTube.
FLV-Media Player allows you to create a list of...
Read-only memory (ROM) ShowRead-only memory (ROM)
There is a type of memory that stores data without electrical current; it is the ROM (Read Only Memory) or is sometimes called non-volatile memory as it is not erased when the system is switched off.
This type of memory...
UNIX Commands ShowTable of the main UNIX commands
Unix Commands
Description
Options
ls
lists the content of a directory
-a
Displays all files, including hidden files
-I
Displays a...
Linux - The shell ShowIntroduction to the shell
The command interpreter is the interface between the user and the operating system, hence the name "shell".
The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...