Search Results

Search: Posts Made By: billpeter3010
1,507
Posted By billpeter3010
Run script in a backgroun - ksh
i ran the below in ksh...


nohup <script> &

it is runnign in background.

now how do i see if the above command is success...

i also need to bring the command to foreground and view...
5,857
Posted By billpeter3010
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...
933
Posted By billpeter3010
How to print this out without a extension?
i have a file abc.dat that has the below content

abc.dat: -

123.dat

now,

i want to print/output only the below


123

from the file content.( see..i want to chop off .dat extension)...
2,070
Posted By billpeter3010
Passinng specific file extension to while loop in ksh
hello,

i have the below while loop wherein i am passig list of filenames to be scped. this is in unix ksh -

filenamelist.txt has list of files names, including .dat and .txt files

but i...
6,640
Posted By billpeter3010
it is just .gz, thats why had to use gunzip ...
it is just .gz, thats why had to use gunzip

but not sure,why it throws the error
6,640
Posted By billpeter3010
Not able to gunzip a .gz file, in ksh
i am working on unix - ksh

trying to unzip a .gz file

and when i executed the below, in my command prompt in ksh
gunzip abc.gz
it was throwing the message below:
gunzip: abc.gz: unexpected...
13,456
Posted By billpeter3010
jim mcnamara, in the case you mentioned, i...
jim mcnamara,

in the case you mentioned, i wanted to pull all files from Dec 5th to as of Dec 8th (say current date is Dec 8th) ..i dont need just the Dec5th.

kindly advise me the syntax for...
13,456
Posted By billpeter3010
scp files that are 3 days older from remote server-
hello,
i am trying to get a list of files to be scped from the remote server
by running the below in my local unix server ( note - there is a passwordless connectivity setup made between the local...
8,856
Posted By billpeter3010
scp list of files using FOR LOOP in ksh
hi

i want to scp files from remote server B to my local server A...

and i have a file containing list of all files to be scped from remote server B

there is a passwordless connectivity set...
Showing results 1 to 9 of 9

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