Sponsored Content
Full Discussion: Easy VI Question (I hope)
Top Forums Shell Programming and Scripting Easy VI Question (I hope) Post 302606975 by larryjmoon on Tuesday 13th of March 2012 10:04:12 AM
Old 03-13-2012
Gents,

I am incredibility thankful for all of the approaches you're providing. I'm going to have a quick go with the benefit of your suggestions and will attempt to come back with a consolidated appreciation.

---------- Post updated at 09:31 AM ---------- Previous update was at 09:18 AM ----------

Attempted to run this with the following results:

Code:
[lmoon@oc4562845586 tools]$ sed -e s/\\0223/" /g SP800-53a_HOLD1 > SP800-53a_HOLD1a
> 
> ^C
[lmoon@oc4562845586 tools]$

It put me into an interactive mode (for which I knew not what to enter, so I Ctrl Ced out).

---------- Post updated at 09:32 AM ---------- Previous update was at 09:31 AM ----------

Oh the windows program these where generated with was ultra edit

---------- Post updated at 09:55 AM ---------- Previous update was at 09:32 AM ----------

methyl,

Please find below answers to your questions:


Code:
$ uname -r
2.6.32-220.4.2.el6.x86_64

$ ls -al | grep SP800-53a_HOLD
-rwxrwxrwx.  1 lmoon lmoon   404089 Mar 12 15:51 SP800-53a_HOLD1
-rwxrwxrwx.  1 lmoon lmoon   395269 Jan  5 15:25 SP800-53a_HOLD1.bak

$ echo $BASH_VERSION
4.1.2(1)-release

Interesting that the sed command you sent earlier (that I ^C ed out of) did generate another file with a small delta in size. I did review it and found the target characters to still be there. Still it looks as though something was replaced.

I'm happy to send you the offending document if you're interested. There is no sensitive information in it.

Thanking You,

Larry

---------- Post updated at 09:59 AM ---------- Previous update was at 09:55 AM ----------

Oh,

I'm not able to discern the octal code for those characters. Mind you the ascii table I looked at only had 128 characters with the highest octal code being '177'.

---------- Post updated at 10:04 AM ---------- Previous update was at 09:59 AM ----------

dubdubdub dot asciitable dot com Not allowed to post URLs until I've engaged five posts Smilie In good faith, I'll get there.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Easy question

Hi, Simple question. How do I convert a unix text file to a dos text file? Thanks Helen (4 Replies)
Discussion started by: Bab00shka
4 Replies

2. UNIX for Dummies Questions & Answers

easy question

I know the Sun Solaries versions are ( 2.3 , 2.4 , 2.5 ... 7 , 8 ) . But some times I see sun os v5.x what does it mean ?? also what is the last new machine for sun and what are its details specifications . Thanks (3 Replies)
Discussion started by: tamemi
3 Replies

3. UNIX for Dummies Questions & Answers

emergency_rec question in unixware 7.1.1 again,hope someone solute quickly,thanks!!

MY question is : First I create emergency_disk successful ,and then I create emergency_rec with command " /sbin/emergency_rec ctape1 " (in single user mode) it prompt me as : "/tmp is busy " and "/usr/tmp/hwrdmon open failed errno 0X2 adapter enquiry failed for 1 adapter " and it... (1 Reply)
Discussion started by: luckylwf
1 Replies

4. UNIX for Dummies Questions & Answers

Another easy question

Hello Again, Ok guys. Thanks again for your help last time but I am in need of your experience again. I wrote this script: #!/bin/sh # List either files or directories in individual accounts # using 1, 2 or 3 with invalid case $1 in echo select 1 to see the FILES in your... (3 Replies)
Discussion started by: catbad
3 Replies

5. Shell Programming and Scripting

A easy question.

this is the simple question, please help me! the question is: how to send exactly 50 ICMP Echo request packets with 500 bytes of payload to 202.139.129.221? I tried to use ping -F 500 202.139.129.221, but it didn't work. Thanks! (6 Replies)
Discussion started by: kikikaka
6 Replies

6. Shell Programming and Scripting

Easy AWK question

Ive got some output in a file that looks exactly like this: 1 ----------- 1542 1 record(s) selected. How do I just extract that 1542 and drop it into another file or (preferrably) a variable (using a ksh script) (9 Replies)
Discussion started by: rdudejr
9 Replies

7. Shell Programming and Scripting

Hopefully an Easy Question

I have a file name in this format ABC_WIRE_TRANS_YYYYMMDD_00.DAT I need to cut out the _00 out of the file name everytime. It could be _00, _01,_02, etc .... How do I cut it out to look as follows? ABC_WIRE_TRANS_YYYYMMDD.DAT (6 Replies)
Discussion started by: lesstjm
6 Replies

8. UNIX for Dummies Questions & Answers

easy question

Hi everybody: Could anybody tell me if I have several files which each one it has this pattern name: name1.dat name2.dat name3.dat name4.dat name10.dat name11.dat name30.dat If I would like create one like: name_total.dat If I do: paste name*.dat > name_total.dat (15 Replies)
Discussion started by: tonet
15 Replies

9. Shell Programming and Scripting

Newbie with an easy question

I'm looking to write a script that takes a certain directory and gzips all its files that are older than 2 days. I've done some research but for the life of me, I can't even get any files gzipped. Any help would be greatly appreciated! (3 Replies)
Discussion started by: adrockrocks
3 Replies

10. Shell Programming and Scripting

Easy Perl Question

How can I write a perl script to always only grab everything that is after Service: and before State: Service Transition - Service:jatthlink_jmsay_1 State:alive (4 Replies)
Discussion started by: SkySmart
4 Replies
All times are GMT -4. The time now is 05:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy