Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: thutmose
  • Content: Threads
  • Order by date
  1. thutmose

    Need to add last modified and size of file

    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...
  2. thutmose

    help with getting file size and last modified date

    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...
  3. thutmose

    Powershell or Vbscript

    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...
  4. thutmose

    Best way to handle this solution

    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...
  5. thutmose

    re: question oracle

    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...
  6. thutmose

    re: IRC UNIX

    OK, Guys, I want to setup a chatroom for users. Where can I get a IRC utility. Has anyone ever setup a chatroom?.
  7. thutmose

    re: student access or study version

    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.
  8. thutmose

    re: calling a UNIX command in a perl script

    Hi, This is a very basic question for a basic starter perl scripter. for ( $count=1; $count<=12; $count++ ) { How do I call a unix command here thanks
  9. thutmose

    re: Oracle 9i

    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.
  10. thutmose

    re: Sendmail

    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.
  11. thutmose

    re: Displaying the last file for script

    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...
  12. thutmose

    re: aix operating system

    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.
  13. thutmose

    re: last command

    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...
  14. thutmose

    re: Perl vs grep sed and awk

    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.
  15. thutmose

    re: scripting question

    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 &quot;$x&quot; >=...
  16. thutmose

    re: UNIX scripts

    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.
  17. thutmose

    re: parsing out data

    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...
  18. thutmose

    re: awk, perl

    Hey, Guys I have a question. Which one is more difficult to learn; AWK or perl.

Part and Inventory Search

Back
Top