I have this script that for some reason everytime I try to add the size of the file the output comes out at the end of the file or the name of the variable displays rather than the size of the file. Can someone help here is my script. Out of frustration I removed the object.filesize out because...
I am a newbie to scripting so it took me a while to get this to working. I have this vbscript below which finds certain files of a certain filetype. No matter what drive is mapped I can print out a file and its location. I was trying to also get the last modified date and size. I was looking at...
I have been given the task to write a script that will do the following.
1) Identify all .pst email files stored on a network share displaying the last modified date,size and to display who the file belongs to by username. The problem is there are currently no standards where users can create...
Hello guys I have been given the task to create some type of automated way to do the following. Presently a document exist that is a microsoft excel 2007 document. This document contains the data in cells and rows. What I am trying to accomplish is to create a template in Microsoft outlook 2007...
Go here http://www.computerworld.co.nz/webhome.nsf/UNID/01EFC34650E236C6CC256CCD00042624!opendocument
These are the top certifications you can receive. Also, the Microsoft field is flooded with folks and the demand has seen better days. UNIX has some pretty good pay and you do not have to...
Hi,
I have noticed that oracle consultants, architects and so forth are in demand. What I have been hearing is that finding an oracle position is difficult with no experience. My background is desktop support, Helpdesk but I am contemplating taking an oracle developer program. I am already...
Guys,
I am looking for a student version or a trial version of where I can learn veritas for NT and UNIX. Where can I get something like this. I am stuck in desktop mode and need to learn backups to excel.
try this and let me know what you think.
#!/usr/bin/ksh -p
while getopts :b:d:p: ARG
do
case $ARG in
b)
COUNT=0
FCOUNT=2
;;
d)
COUNT=0
FCOUNT=1
;;
p)
COUNT=1
FCOUNT=2
;;
*)
USAGE # This is...
Hello guys,
I am looking to install oracle 9i but I just found out it costs 800.00 dollars. Does anyone know if Oracle has a evaluation copy or if I can get it somewhere else SIGNIFICANTLY cheaper, thanks.
Hi,
I was wondering if it is a way to configure sendmail where I could go and check my mail from another mail server using smtp and pop3 mail. I just simply want my sendmail server to reach to those servers, grab my mail and bring it back down to my server.
Hey guys,
I am trying to look for the last file a user worked with in a script. If I use ls -t $HOME | head -1 this works sometimes for some strange reason. What I am trying to accomplish is to get the last file a user worked with in all subdirectories not just one single directory. Any help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.