Search Results

Search: Posts Made By: c_chaitanya
3,052
Posted By c_chaitanya
How to verify weather it is a ebcdic file or not
Hi all,

Please tell me how to verify weather it is a ebcdic file or not . I checked with file commond but it is giving like International Language text.

Regards,
Chaitu
1,413
Posted By c_chaitanya
You want only with sed command or even grep is...
You want only with sed command or even grep is ok.

We can do this by grep also like this

grep "AAA" <file_name> | head -1 ( It will give only first one ).
23,302
Posted By c_chaitanya
No Friend , if you will not redirect the output...
No Friend , if you will not redirect the output of nohup file it will automatically redirect nohup.out file.

See below thing.

nohup ./time.ksh &
[1] 880924
$ Sending nohup output to...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy