Search Results

Search: Posts Made By: viv1
2,089
Posted By viv1
need to pick out files which are not of zero bytes
I need a scriptto print only those files from a list of files starting with STMT* which are not of zero bytes ...i.e they have some size

if these are the files
631
-rw-r--r-- 1 assrisa ...
2,696
Posted By viv1
loop and log file
i have a file which has number some thing like this
1
5
3
6
each line contains a number , there can be any number of numbers
I need all the logs corresponding to this number should should show...
3,051
Posted By viv1
gawk is not installed on the server ...
gawk is not installed on the server

---------- Post updated at 07:07 PM ---------- Previous update was at 06:55 PM ----------

is there any other solution without gawk
3,051
Posted By viv1
it gives me a syntax error awk: syntax...
it gives me a syntax error

awk: syntax error near line 1
awk: bailing out near line 1
3,051
Posted By viv1
explain the logic
please explain this
ps -ef | \
awk -v count=6 '
$(NF-3)=="workflow" && $(NF-2)=="TCPP01" && $(NF-1)=="TCPP01" {
++p[$NF]
}
3,051
Posted By viv1
Display workflow engine which are not running
Hi ,
We have 6 informatica workflow engine running on our server , so if we do a
ubnf0010% ps -ef |grep workflow |grep "TCPP01 TCPP01"
atlmsts 12721 1 0 06:52:18 ? 14:58 workflow...
3,251
Posted By viv1
delete all the files in folder a which exist in folder b
Hi ,
I need a script which basically deltes all files in folder a which are alreasy present in folder b

say folder a has files abc.txt
pqr .txt

and b has abc.txt
pqr.txt
rmr.txt

then...
3,856
Posted By viv1
shell script for moving all the file from the same folder
Hi ,
I need a shell script which basicaly moves all the files from one folder say folder x to folder y and once they are moved to folder y a datetimestamp should be attached to there name

for ex ...
2,977
Posted By viv1
but if its missing it should come out of the loop ...the loop should not move ahead
but if its missing it should come out of the loop ...the loop should not move ahead
2,977
Posted By viv1
script to check files
I have a set of files in a folder, I need a script which basically checks whether each file is present or not and if any one of them is missing , the script should fail (exit out) displaying the name...
3,410
Posted By viv1
Script to pick out files from a file which are older than 15 days
Hi ,
I have a file abc.txt which actually contains a directory and file list

-rwxrwxr-x 1 dmadmin mmasapp 334 Dec 03 2001 aafs_006.ksh
-rwxrwxr-x 1 dmadmin mmasapp 1270...
1,683
Posted By viv1
Web content download
There is a web API https://pi.ercot.com/contentproxy/publicList?folder_id=10001937
As soon as this is fired on the browser a page comes in which many files are listed for downloads
I want to...
2,437
Posted By viv1
Thanks ....appreciate your help.
Thanks ....appreciate your help.
2,437
Posted By viv1
Issue with the shell script
hi , this script was devloped by somebody whome I dont know way back
# cat run_ucid.sh
#!/bin/csh
# run_ucid.sh
#
# This is a simple shell script that will start an application in
# the...
1,673
Posted By viv1
search string
Hi ,
I need to right a script in which I need to search for a string, which is at 11th column fields saperated by "|" and delete all the lines from the file which contains that string .

Please...
17,949
Posted By viv1
I am intrested to know
I am intrested to know how you change colour and change it bold ..or underline ??
15,249
Posted By viv1
I think I know what the problem is
I think user is also defined as a global variable somewhere ...i.e check your env or .profile file
If u dont want to search all these just change the varible user to some thing else ..just give...
17,862
Posted By viv1
Thanks but need it in korn shell
Thanks but need it in korn shell
17,862
Posted By viv1
I need it in korn shell
need it in korn shell
17,862
Posted By viv1
appending space to variable
Hi
I need to write a script where there the user enters 3 input parameter
variable
number
the program should ask the user left or right
if it is left , the number specified that many spaces...
7,148
Posted By viv1
character substitution
Hi ,
I have a problem , I need to devlope a script where in the user inputs file name , line number , and character position , and a substitution variable , the character at that character...
Showing results 1 to 21 of 21

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