Sponsored Content
Full Discussion: Whi I'm getting control-M's
Top Forums UNIX for Dummies Questions & Answers Whi I'm getting control-M's Post 302123503 by padpa on Tuesday 26th of June 2007 01:52:22 AM
Old 06-26-2007
how to avoid control-M's while copying

Hi,

I'm getting problem after copying some files from linux machine to aix machine.control-M characters are coming in the files which i copied.I used bin mode to copy but still I'm getting the same problem.Any idea about to how to avoid these characters while copying
 

8 More Discussions You Might Find Interesting

1. Linux

Control Panels

I'm running Linux FC 3. I'm still pretty green with the admin and am looking for solutions for control panels like cPanel and webmin. Any other freebies out there like Webmin? Thanks in advance! (1 Reply)
Discussion started by: frawsty
1 Replies

2. UNIX for Advanced & Expert Users

control the process

I found that in my system , there are some strange process , it will make the system crash so I would like to control the system no such process is running , this is if the system process that its process name is "ora" AND its ppid is not "2" , then it will crash the system, can suggest how to... (2 Replies)
Discussion started by: ust
2 Replies

3. UNIX for Advanced & Expert Users

New to Control-M

Hi, I am very new to Control-M . If anywone know about the global conditions in Control-M. (5 Replies)
Discussion started by: oraclenerd
5 Replies

4. Shell Programming and Scripting

for loop control

Hi, I have taken a piece of code from a book, which is working as per the specification. The code.... for entry in * do if then echo $entry fi done The sub-directories present in the current directory will be displayed while executing. ... (3 Replies)
Discussion started by: saravanakumar
3 Replies

5. Shell Programming and Scripting

control variables...

Hi. I´ve a question to a running script: i=0 #fill an Array with all files in a folder ending with .sys for Par in *.sys ; do Par2="$Par" ; i=$((i... (1 Reply)
Discussion started by: Lock3
1 Replies

6. Shell Programming and Scripting

Control Characters

Can somebody please help me with the query. ? I want a part of program of which should look for control characters in the flat file , when it finds it, displaying message that Control Characters found..! Please help me (13 Replies)
Discussion started by: iamnoone
13 Replies

7. Shell Programming and Scripting

Job Control

Using a named pipe. Run a find in the background starting in the working directory While this is happening wait for input from the user to ask him which file to find. If the user does not enter any data in 10 seconds ask the user again. Then see if the requested file name is found from the output... (0 Replies)
Discussion started by: kattak1511
0 Replies

8. Shell Programming and Scripting

Error control

I have the following bashwhile read -r line; do dcs_dportal_utl get all for $line >>file.txt if CONTROL=$(date +"%d%m%Y_%H%M%S") echo -e $line 'Created_'$control >> control.txt done < list.txt sed '/^$/d' file.txt>list_jac.txt echo '------------------ DONE' >> control.txt this... (7 Replies)
Discussion started by: viviblue1
7 Replies
XHFS(1)                                                       General Commands Manual                                                      XHFS(1)

NAME
xhfs - graphical interface for manipulating HFS volumes SYNOPSIS
xhfs [left-path [right-path]] DESCRIPTION
xhfs presents a graphical front-end for browsing and copying files on HFS-formatted volumes. The display is divided into two parts, left and right, which can each independently view a directory on either an HFS volume or the host (UNIX) filesystem. Double-clicking the name of a directory in either view will open that directory. A pop-up menu at the top of each direc- tory view can be used to navigate to any directory between the current and the beginning of the hierarchy. Text files can be viewed by double-clicking them. Any file or set of files can be copied to the directory shown in the other view by selecting them and clicking the "Copy" button. Copying is performed according to the selected copy mode: MacBinary II The file(s) will be copied using the MacBinary II format. This is the recommended mode for transferring arbitrary Macintosh files. BinHex The file(s) will be copied using the BinHex format. This mode should be used to encode Macintosh files into strict ASCII format. Text In this mode, only the data fork(s) of the selected file(s) are copied. Furthermore, translation is performed on the data's end-of- line characters to conform to the standard for text files on the destination. Raw Data In this mode, only the data fork(s) of the selected file(s) are copied. However, no translation is performed whatsoever on the data. Automatic A copy mode will be selected automatically according to a set of heuristics. SEE ALSO
hfsutils(1), hfs(1) AUTHOR
Robert Leslie <rob@mars.org> HFSUTILS 02-Apr-1996 XHFS(1)
All times are GMT -4. The time now is 02:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy