General :: Archiver Supports Splitting Archive Into Pieces?
Apr 27, 2010
I need files to be <= 5GB to put on S3. Right now I have an ugly tar / gzip / cut before upload, then cat / zcat / tar on download, but it's really ugly - and nearly every archiver should support archive splitting right? What's the best way?
View 2 Replies
ADVERTISEMENT
Feb 22, 2010
I've dled some CDs. Each one is a single FLAC wich i can play, But surely i should be able to access individual pieces recorded on the CDs?.
View 1 Replies
View Related
Jul 13, 2011
I am new to the world of linux and when attempting to verify a tar archive I am displayed the following error. When running the command tar cvfW archivename.tar filename directoryname does not yield any errors.
View 1 Replies
View Related
Nov 2, 2010
I'm getting the following error when trying to extract a rar file using Squeeze in XFCE.
"Command exited with status 256."
View 1 Replies
View Related
May 29, 2010
how to split two files like
big.zip.1
big.zip.2
then, my second is how to merge them like windows
in windows, i can use copy /b
in linux,
cat big.zip.1 > big.zip
cat big.zip.2 >> big.zip
View 1 Replies
View Related
Dec 26, 2010
I have a folder with 15000+ images! How to (using bash) mv the files to sub-folders a/ b/ c/ d/ e/ f/ g/ h/ i/ j/?
View 6 Replies
View Related
Dec 23, 2010
This is about the Squeeze (0.2.3-8) archiver in Debian Squeeze. I may be missing a dependency, but is Squeeze incapable of opening files inside archives? I created a generic archive with "tar -cvf arxiv.tar file01.txt" and Squeeze segfaults when I try to double click to open the file (file01.txt) stored in the archive (arxiv.tar).
Also, after experimenting with Squeeze on the command line, it seems the "-n" option works, but results in an orphaned gui window; the "-x" option will only extract to a directory which already exists (which is o.k., but should be documented); and the "-d" option doesn't follow the general syntax in the man page "squeeze [OPTION...] [archive name]", which isn't bad, but sure does make it unnecessarily cumbersome to use, and also, the gui runs (blinks for a split section) for no clear reason. Now it would be silly to use command line squeeze over tar, but the man page for Squeeze begins with: "Squeeze - modern and advanced archive manager for Xfce".
I would like a gui archiver/extracter to use with Xfce4 without all the QA problems. Unless I'm doing something really wrong, this software doesn't seem to be ready for release at all, and the upstream version has not changed in a long time.
View 7 Replies
View Related
Dec 6, 2010
I'd like to ask about archive mounter feature, can I mount zip file with read write mode? can gvfsd-archive do that?, or I must use fuse-zip to mount it? If I must use fuse-zip, how I wrap it so I can use it via nautilus or via gvfs-fuse-daemon
View 4 Replies
View Related
Jun 15, 2010
I am having trouble keeping the name together and the phone number together, I think due to the white space. I have tried "" and '' it doesn't seem to matter. So it may be my syntax? and does it matter how long the first and last names are.
me$ echo 'fstname lstname' '123 123-1234' | ./myscript
#myscript
read a b
printf "%-15s %20s
" $a $b >> my_phone_numbers
OUTPUT
fstnamelstname
123123-1234
insted of
fstname lstname
123 123-1234
I know its not an elegant script but I am still learning how some commands work.
View 2 Replies
View Related
Apr 21, 2010
What's the command to open multiple files in Emacs vertically/horizontally splitting window.
View 4 Replies
View Related
Sep 7, 2010
I am facing a problem while splitting a text file, I need to split a file into some parts and each split file should have 2000 lines, when I do it through "split" command the mother file is kept intact but as per my requirement I need to cut mother file into some parts thus it should not be kept intact.
Example:
file size
motherfile.txt 5000 lines.
after split
motherfile.txt 2000 lines.
childfile1.txt 2000 lines.
childfile2.txt 1000 lines.
View 7 Replies
View Related
Sep 21, 2009
I have a utility that works with files. The utility is crashing at after about 120 files. The input to the utility is a file containing a filelist. I want to cut the file with the file names in it to seperate files containing about one hundred or so. My thought was to determine the number of lines/100 and then use head and delete to create temporary files to run the utility multiple times to prevent the crash. When I tried to create a variable using the wc -l command the output gives me the number of total lines but it also includes the filename of the input file. (873 Filename.txt) I can not figure out how to remove the Filename.txt from the variable.
View 2 Replies
View Related
May 19, 2010
I am currently trying to copy a directory of roughly 400GBs to dvd, have gotten myself stuck. I tried to tar and then split; however, I don't have enough room on my hard-drive to make a compressed tar and split it up and then burn to disk, so I need a way to tar the and compress the directory, split it, and burn to disk every 4.3GBs.
I went ahead and installed DAR as an alternative, as I hear it is designed for this type of task, but I can't figure out which way is heads or tails.
my OS is the newest version of ubuntu 10.
View 5 Replies
View Related
May 16, 2011
I would like to split my display in two, so they would behave like two physical monitors, i.e. it would be for example like to connecting two 960x1080 monitors through physical ports. Is something like this possible? The problem is i would like to run two fullscreen applications on second monitor. Is that even possible? I prefer Windows 7/vista but I welcome Linux solution as well
View 1 Replies
View Related
Dec 19, 2010
I need to be able to compress into multiple pieces while still being able to be read by someone else who has windows, I can only download unrar but not rar. Why is this?
View 2 Replies
View Related
Feb 19, 2010
I'm trying to figure out whether my system supports PCI Express without opening up the box. lspci doesn't mention "Express" or "PCI-e" anywhere, but dmesg reports that a "PCI Express Hot Plug Controller Driver" is in use.
View 3 Replies
View Related
Feb 9, 2011
Is there any IRC client that supports VI keys? The ''obvious'' script VimIRC is and has been broken for so long it's not even funny. Do you know any IRC clients on Linux, GUI or Curses, that provides some of that nice vi usability? Or could some of the existing clients be scripted to use? Irssi, XChat, even ERC would do?
View 2 Replies
View Related
Oct 18, 2010
I was wondering if there's any resource that explains how to use w3m. I checked the man page but this just lists the startup options. I also did some google searches but couldn't find anything useful. I was able to find bits and pieces of info on different sites (e.g. how to enter a URL, how to go back a page, etc.) but there was no site that had all this sort of information in one place.
View 1 Replies
View Related
Jun 22, 2011
I would like to use my laptop at home, where I don't have internet access (don't ask, long story). My question are two-fold;
** How do I prevent various pieces of software trying to access the net for updates etc. I presume they are likely to hang, lock up, and generally cause trouble.
** Can anyone recommend a working practice for installing updates and/or new software, either from USB or CDROM/DVD? I have good (legitimate!) access to assorted computer facilities at my office. I am using 11.04
View 6 Replies
View Related
Oct 16, 2009
I am wondering if there is some command (sed ?) that could do divide a big text file into small pieces, each of which contains 10 lines
View 1 Replies
View Related
Mar 21, 2009
I have written a CGI script which prints 2 tags at either end of the screen (actually they are the "Previous page" and "Next page" links for either end of the screen). The left one is under a <DIV ALIGN="LEFT"></DIV> and the right one <DIV ALIGN="RIGHT"></DIV>. Unfortunately they don't line up on screen - the left "Previous page" text is one line higher than the "Next page" link - I tried putting in a <NOBR> tag between them but it didn't work - can someone tell me what to do?
View 7 Replies
View Related
Jan 22, 2010
Which fonts dows xterm support?Is there any command to know the list of those fonts?
View 1 Replies
View Related
Apr 2, 2010
I am planning to by Dell Laptop having core i3 processor. Does Linux supports this processor ?
View 2 Replies
View Related
Feb 24, 2010
Is there a command or any steps to follow?
View 3 Replies
View Related
Apr 24, 2011
I have use windows for a long time and now I want to get linux .
I will like a easy to use frendly GUI that supports multimedia and video editing.
One that has alot of support and works well with other software and hardware.
View 14 Replies
View Related
Feb 24, 2010
Ive heard that amarok works but im not sure how to download it.
View 4 Replies
View Related
May 11, 2011
I needed windows media player plugin, tried Mplayer but failed to install it.
Is it possible to get single plugin which supports all the browser?
View 1 Replies
View Related
Apr 4, 2010
I looked at links2 and elinks - neither one seems to even support a simple javascript redirect on a site.
View 2 Replies
View Related
Oct 29, 2010
I would like to replace gvim with vim in the terminal. One of the nice things about gvim is that it is able to display text using italics.
Vim allows setting an ANSI escape code for italics (e[3m), but this does not work in gnome-terminal. Is there a terminal emulator that supports the ANSI escape code for italics?
View 1 Replies
View Related
Feb 7, 2011
I am looking for a locally hosted web based mail client that will work on Windows (Vista and up) as well as Linux. Right now, I use mutt (Cygwin mutt on Windows), but I was wondering if there was a simple web based client I could use. It does not need all of the fancy features of mutt, just the ability to send mail and allow me to browse my local mbox files.
View 2 Replies
View Related