Sponsored Content
Top Forums Shell Programming and Scripting Base32 decoding binary file to ascii Post 302955899 by krk on Wednesday 23rd of September 2015 09:36:44 AM
Old 09-23-2015
first three lines from the fixed length ascii converted file

Code:
016 20150722 0040 001 08000400 08001900 0000004 2015072208000000 0000007 0000000003 0000003 000000000126189936 0001 0 0000 1AAA                                     GAAK                                     1 000 000000000 2015072208000400 2015072208000400 2015072208001900 0 002 000 050253789                                000 00390245518487                           000                                          0001 00000 000 0 000000000 00 000 000 000 0000000 0000000 0000000 0               000 000 00001 00000 00000000 00000000 000000000000 000000000000 0    0      2015072207200800 000000000000441471 n OUT PEAK I_000039_A01 1100         I_000039_A01 K     INTL  BT    0086 EUR 201507 201507 0002 0300 000 0000 0   000000 0     00 0 00000.001900000 00000.000000000 0000 00000 0    1 0000015.0000 00000.000480000 0000015.0000 00000.000480000 0000 0000000 0000 0000000               0 0000015.0000 0000015.0000 0000015.0000 0000015.0000 0040 CAS 0000015.0000 0000015.0000 0            0            000
016 20150722 0040 001 08012100 08021000 0000004 2015072208000000 0000007 0000000026 0000026 000000000126189937 0001 0 0000 1AAA                                     GAAK                                     1 000 000000000 2015072208012100 2015072208012100 2015072208021000 0 002 000 051612066                                000 0033497050528                            000                                          0001 00000 000 0 000000000 00 000 000 000 0000000 0000000 0000000 0               000 000 00001 00000 00000000 00000000 000000000000 000000000000 0    0      2015072207200800 000000000000441471 n OUT PEAK I_000033_A01 1100         I_000033_A01 K     INTL  BT    0086 EUR 201507 201507 0002 0300 000 0000 0   000000 0     00 0 00000.002600000 00000.000000000 0000 00000 0    1 0000049.0000 00000.002120000 0000049.0000 00000.002120000 0000 0000000 0000 0000000               0 0000049.0000 0000049.0000 0000049.0000 0000049.0000 0040 CAS 0000049.0000 0000049.0000 0            0            000
016 20150722 0040 001 07515400 08000000 0000004 2015072208000000 0000007 0000000075 0000075 000000000126189938 0001 0 0000 1AAA                                     GAAA                                     1 000 000000000 2015072207515400 2015072207515400 2015072208042800 0 002 000 036852654                                000 0031765412557                            000                                          0001 00000 000 0 000000000 00 000 000 000 0000000 0000000 0000000 0               000 000 00001 00000 00000000 00000000 000000000000 000000000000 0    0      2015072207200800 000000000000441471 n OUT OFFP I_000031_A01 1100         I_000031_A01 A     INTL  BT    0086 EUR 201507 201507 0002 0300 000 0000 0   000000 0     00 0 00000.003500000 00000.000000000 0000 00000 0    1 0000486.0000 00000.028350000 0000754.0000 00000.043980000 0000 0000000 0000 0000000               0 0000486.0000 0000754.0000 0000486.0000 0000754.0000 0040 CAS 0000486.0000 0000754.0000 0            0            000

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

ftp - determine ascii or binary file

Hello, How to i determine via ftp commandline if files on ftp server is ascii or binary files. Like every other comon windows ftp program does it automatically. regards Thomas (5 Replies)
Discussion started by: congo
5 Replies

2. Solaris

problem when decoding a binary file

I tried to decode a binary script using the command 'uudecode'. but it is giving error as 'No begining line'. 'uudecode -o <outfile name> <binary file>' Please help me in resolving this. (4 Replies)
Discussion started by: vamshikrishnab
4 Replies

3. Shell Programming and Scripting

Binary or ascii file

I want to verify the file is Binary or ascii file and accordingly I want to switch the program with ret code ie 0 or success and 1 for failure Can any one help me is this a correct syntex...i am getting error #!/bin/ksh $file filename if echo "ascii fie Found" else echo " binary... (6 Replies)
Discussion started by: u263066
6 Replies

4. Shell Programming and Scripting

how to check the file data type(ascii or binary)

hi i am receiving a file from one system , i have to verify the format of the file data i.e whether the data is in acii format or binary format, please help thanks in advance satya (1 Reply)
Discussion started by: Satyak
1 Replies

5. Shell Programming and Scripting

binary to ascii

Hi, Is there a way to convert the binary file to ascii . the binary file is pipe delimited. from source the file(pipe delimited) is ftped to mainframe and from mainframe it is ftped to the unix box using binary format. Is there a way to change it back to ascii and view it? Thanks! (3 Replies)
Discussion started by: dnat
3 Replies

6. Programming

Reading a binary file in text or ASCII format

Hi All, Please suggest me how to read a binary file in text or ASCII format. thanks Nagendra (3 Replies)
Discussion started by: Nagendra
3 Replies

7. UNIX for Dummies Questions & Answers

Ascii or Binary?

Hello all, I am working with ftp servers in unix, and always I have to get and put files but I don't know exactly if I have to get or put them as an ascii or binary. Some files that I use are: .txt, .sav, .fmb, .pct, .sh, .ksh, .dat, .log. Somebody can tell me what is the difference between... (2 Replies)
Discussion started by: Geller
2 Replies

8. Shell Programming and Scripting

Difference between ascii and binary file -

what is the diff between ascii and binary file. my understand is that.. ascii file - has only line feed - \n in it where as binary file - has both line feed and carriage return in it- \r\n is that correct. also,what is the ksh command to identify whether it is a binary or ascii... (1 Reply)
Discussion started by: billpeter3010
1 Replies

9. Shell Programming and Scripting

Converting a binary file to ascii and vice versa?

Hi All, I have a binary file which is being exported from a Database, and i need to convert that to ASCII format. How can i achieve that? And this solution should work for any file which is given to us; means they will give different files from different tables. Thanks in advance. (8 Replies)
Discussion started by: baranisachin
8 Replies

10. Shell Programming and Scripting

File conversion from Binary to ASCII though UNIX command

Hi All , I have a mainframe file which contains the data in EBCDIC format.I have downloaded this file from mainframe to windows in binary format(unreadable raw data).Now I want convert this file to ASCII format(readable format data) through Unix command.I have tried iconv but that is not working... (2 Replies)
Discussion started by: STCET22
2 Replies
sepol_genusers(3)				     SE Linux binary policy API documentation					 sepol_genusers(3)

NAME
sepol_genusers - Generate a new binary policy image with a customized user configuration SYNOPSIS
#include <sepol/sepol.h> int sepol_genusers(void *data, size_t len, const char *usersdir, void *newdata, size_t *newlen); void sepol_set_delusers(int on); DESCRIPTION
sepol_genusers generates a new binary policy image from an existing binary policy image stored in the memory region described by the start- ing address data and the length len and a pair of user configuration files named system.users and local.users from the directory specified by usersdir. The resulting binary policy is placed into dynamically allocated memory and the variables newdata and newlen are set to refer to the new binary image's starting address and length. The original binary policy image is not modified. By default, sepol_genusers will preserve user entries that are defined in the original binary policy image but not defined in the user con- figuration files. If such user entries should instead by omitted entirely from the new binary policy image, then the sepol_set_delusers function may be called with on set to 1 prior to calling sepol_genusers in order to enable deletion of such users. RETURN VALUE
Returns 0 on success or -1 otherwise, with errno set appropriately. An errno of ENOENT indicates that one or both of the user configura- tion files did not exist. An errno of EINVAL indicates that either the original binary policy image or the generated one were invalid. An errno of ENOMEM indicates that insufficient memory was available to process the original binary policy image or to generate the new policy image. Invalid entries in the user configuration files are skipped with a warning. sds@tycho.nsa.gov 15 March 2005 sepol_genusers(3)
All times are GMT -4. The time now is 09:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy