Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Problem with extract PDFs from huge files. Post 303045999 by mrAibo on Tuesday 21st of April 2020 10:03:53 AM
Old 04-21-2020
This is the IBM Spectrum Protect (TSM) bfs files.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to extract data from a huge file?

Hi, I have a huge file of bibliographic records in some standard format.I need a script to do some repeatable task as follows: 1. Needs to create folders as the strings starts with "item_*" from the input file 2. Create a file "contents" in each folders having "license.txt(tab... (5 Replies)
Discussion started by: srsahu75
5 Replies

2. Shell Programming and Scripting

How to extract a piece of information from a huge file

Hello All, I need some assistance to extract a piece of information from a huge file. The file is like this one : database information ccccccccccccccccc ccccccccccccccccc ccccccccccccccccc ccccccccccccccccc os information cccccccccccccccccc cccccccccccccccccc... (2 Replies)
Discussion started by: Marcor
2 Replies

3. Shell Programming and Scripting

How to extract a subset from a huge dataset

Hi, All I have a huge file which has 450G. Its tab-delimited format is as below x1 A 50020 1 x1 B 50021 8 x1 C 50022 9 x1 A 50023 10 x2 D 50024 5 x2 C 50025 7 x2 F 50026 8 x2 N 50027 1 : : Now, I want to extract a subset from this file. In this subset, column 1 is x10, column 2 is... (3 Replies)
Discussion started by: cliffyiu
3 Replies

4. Shell Programming and Scripting

Compare 2 folders to find several missing files among huge amounts of files.

Hi, all: I've got two folders, say, "folder1" and "folder2". Under each, there are thousands of files. It's quite obvious that there are some files missing in each. I just would like to find them. I believe this can be done by "diff" command. However, if I change the above question a... (1 Reply)
Discussion started by: jiapei100
1 Replies

5. Shell Programming and Scripting

Problem running Perl Script with huge data files

Hello Everyone, I have a perl script that reads two types of data files (txt and XML). These data files are huge and large in number. I am using something like this : foreach my $t (@text) { open TEXT, $t or die "Cannot open $t for reading: $!\n"; while(my $line=<TEXT>){ ... (4 Replies)
Discussion started by: ad23
4 Replies

6. Shell Programming and Scripting

Three Difference File Huge Data Comparison Problem.

I got three different file: Part of File 1 ARTPHDFGAA . . Part of File 2 ARTGHHYESA . . Part of File 3 ARTPOLYWEA . . (4 Replies)
Discussion started by: patrick87
4 Replies

7. Shell Programming and Scripting

Search pdfs in command line

Hi, I'm trying to search for a particular phrase in a large number of PDFs in a particular directory. What I've done so far only prints out the line, but I haven't been able to display in which file the phrase appears. find . -name '*.pdf' -exec pdftotext {} - \; | grep "search phrase" ... (2 Replies)
Discussion started by: lost.identity
2 Replies

8. UNIX for Advanced & Expert Users

Performance problem with removing duplicates in a huge file (50+ GB)

I'm trying to remove duplicate data from an input file with unsorted data which is of size >50GB and write the unique records to a new file. I'm trying and already tried out a variety of options posted in similar threads/forums. But no luck so far.. Any suggestions please ? Thanks !! (9 Replies)
Discussion started by: Kannan K
9 Replies

9. Shell Programming and Scripting

Extract few content from a huge list of files

I have a huge list of files (about 300,000) which have a pattern like this. .I 1 .U 87049087 .S Am J Emerg .M Allied Health Personnel/*; Electric Countershock/*; .T Refibrillation managed by EMT-Ds: .P ARTICLE. .W Some patients converted from ventricular fibrillation to organized... (1 Reply)
Discussion started by: shoaibjameel123
1 Replies

10. Shell Programming and Scripting

Bash script monitor directory and subdirectories for new pdfs

I need bash script that monitor folders for new pdf files and create xml file for rss feed with newest files on the list. I have some script, but it reports errors. #!/bin/bash SYSDIR="/var/www/html/Intranet" HTTPLINK="http://TYPE.IP.ADDRESS.HERE/pdfs" FEEDTITLE="Najnoviji dokumenti na... (20 Replies)
Discussion started by: markus1981
20 Replies
PASMO(1)						      General Commands Manual							  PASMO(1)

NAME
pasmo -- Z80 assembler SYNOPSIS
pasmo [options] file.asm file.bin [file.sys] DESCRIPTION
This manual page documents briefly the pasmo command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has docu- mentation in the html format; see below. pasmois a multiplatform Z80 cross-assembler, easy to compile and easy to use. It can generate object code in several formats suitable for many Z80 machines and emulators. pasmo generates fixed position code, can not be used to create relocatable object files for use with linkers. pasmo is compatible with the syntax used in several old assemblers, by supporting several styles of numeric and string literals and by pro- viding several names of the most used directives. However, in Pasmo the Z80 mnemonics, register and flags names and directives are reserved words, this may require changes of symbol names conflicting in some programs. pasmo can also generate the 8086 equivalent to the z80 assembly code. It can create COM files for ms-dos, by using the binary generation mode, or CMD files for CP/M 86, by using the --cmd option. This feature is experimental, use with care. OPTIONS
If no options specify another, the object code format is binary without headers. -d Show debug info during assembly. -1 Show debug info during assembly, also in first pass. -v Verbose. Show progress information during assembly. -I Add directory to the list for searching files in INCLUDE and INCBIN. --hex Generate the object file in Intel HEX format. --bin Generate the object file in pure binary format without headers. --prl Generate the object file in the PRL format. Useful for CP/M Plus RSX. --cmd Generate the object file in CP/M 86 CMD format. --plus3dos Generate the object file with PLUS3DOS header (Spectrum disk). --tap Generate a .tap file for Spectrum emulators (tape image). --tzx Generate a .tzx file for Spectrum emulators (tape image). --cdt Generate a .cdt file for Spectrum emulators (tape image). --tapbas Same as --tap option but adding a Basic loader. --tzxbas Same as --tzx option but adding a Basic loader. --cdtbas Same as --cdt option but adding a Basic loader. --amsdos Generate the object file with Amsdos header (Amstrad CPC disk). --msx Generate the object file with header for use with BLOAD in MSX Basic. --public The symbol table listing will include only symbols declared as PUBLIC. --name Name for the header in the formats that use it. If unspecified the object file name will be used. --err Direct error messages to standard ouptut instead of error output (except for errors in options). --nocase Make identifiers case insensitive. --alocal Autolocal mode: the labels than begins with a '_' are locals, and his ambit finishes in the next no local label or in the next PROC, LOCAL or MACRO directive. -B --bracket Bracket only mode: parenthesis are reserved for expressions. -E --equ Predefine a label. -8 --w8080 Show warnings when using Z80 instructions that does not exist in 8080. --86 Generate 8086 code. AUTHOR
This manual page was written by Joost Yervante Damad joost@lumatec.be for the Debian system (but may be used by others). It is just a rerendering of the original documentation as a manual page. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. PASMO(1)
All times are GMT -4. The time now is 07:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy