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...
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.
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...
Hey,
I am just looking to practice with AIX and wanted to purchase the operating system. Is their a evalutation copy or and how much is the operating system itself.
When using the last command on a sun box I have noticed several strange things. When I am logged on remotely to the server when I run a command as such
last userid | head -3
If the user is still logged on I get some data as such
USER ID Terminal Destination Day Date Still Logged On
When I...
Hey,
I was wondering if I could avoid learning perl and stick with awk grep and sed. I have no where near mastered any of them but wanted to know if awk, grep and sed can do all of the things perl can.
Hey,
I know this might sounds elementary but I am trying to compare an integer to the output of a command and its not working EX:
#!/bin/sh
#
#
x=200
y=`du-sk | nawk '{print $1}'`
#this is where everything goes blank here trying to compare
#these 2 variables here.
while "$x" >=...
Hey,
I am looking for as many awk and shell scripts that are labeled with descriptions and why's and hows. Does anyone have such a link to a website that could help me.
Hey,
Guys I am writing a script thats more like the du -k command.
ls -l | grep '^d' | awk '{print $9, $5, $3}'
my output is
size file name LOGON name
00 anyfile anyuser
123 awkscript anyuser
87 beber anyuser
7646 something anyuser
Is it a way to...
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.