![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| executable files | nadavkri | UNIX for Dummies Questions & Answers | 1 | 02-15-2009 04:37 PM |
| executable file | ss_ss | Shell Programming and Scripting | 1 | 01-12-2009 07:48 AM |
| Cannot run UNIX executable ! | thylacine | UNIX for Dummies Questions & Answers | 6 | 08-03-2008 05:31 PM |
| starting an executable.. | looza | Shell Programming and Scripting | 0 | 07-16-2008 06:25 AM |
| TK executable? | anent | UNIX for Dummies Questions & Answers | 3 | 01-03-2002 10:52 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Tar executable
Hi,
I need to download tar.exe to archive the files before doing gzip...... I downloaded the executables from Browse GnuWin Files on SourceForge.net but my concern is whether this particular exe is safe to use? is it a licensed version? Have anybody downloaded from this site? Need ur advice. |
|
||||
|
If you feel uncomfortable with sourceforge, download SFU from Microsoft
http://www.microsoft.com/downloads/d...DisplayLang=en |
|
||||
|
Quote:
It's a port of GNU tar, so if you're comfortable with that, it should be fairly close. Any significant differences will likely be related to binary versus text file mode issues that sometimes crop up in windows but don't exist in unix, commandline parameter quoting and shell expansion issues in the Windows commandline shell(in short, the DOS-style commandline shell handles neither quotes nor expansion, any programs that want that behavior must do it themselves), or filenames that are possible on UNIX but not windows, or case sensitivity issues(it's possible to have file, File, and FILE as three separate files in UNIX, Windows will only let you have one of them), permissions, links(tar can store symlinks, which only a few odd Server versions of Windows can handle), etc, etc. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|