You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first public release version of fjoin software. The software is used for splitting of a large file into smaller ones, or conversely joining smaller files to larger one. The general naming convention followed for splitted file is
<original_filename>.xxx
xxx represents a number, starting from 001 onwards.
Installation :
---------------
To install this program
1. Make the 'install' script executable by using the command:
chmod +x install
2. execute the 'install' script
./install
Uninstallation :
-----------------
To uninstall this program
1. Make the 'uninstall' script executable by using: