scripting
Welcome to the 'scripting' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'scripting'.
Are you an expert about 'scripting'? Do you want to be the Technorati authority on 'scripting'? You can write a description that will appear right here:
Join Blogcritics!
Original Technorati articles tagged “scripting”
-
in ITAutomate A Secure WordPress Update

Use this Bash script to automate your command-line updates of WordPress.by markdecheser / on Dec 27, 2010
Latest blogosphere posts tagged “scripting”
-
reshape time
The UNIX and Linux Forums —
Authority: 147
how can i using awk to reshape time format in data? [file] Code: name grade HH:MM:sec.msec saeed 12 12:22:30.05 [desired] Code: saeed 12 1222 30.05 actualy i want to merge HH and MM and separate second22 hours ago -
Weekend Scripter: Use PowerShell to Manage Your Windows Azure Deployments
—
Authority:
Summary : Guest blogger, Microsoft evangelist Brian Hitney, discusses using Windows PowerShell to create and to manage Windows Azure deployments. Microsoft Scripting Guy, Ed Wilson, is here. Today we have guest blogger, Brian Hitney. Brian is a developer evangelist at Microsoft. You can read more by Brian in his ...1 day ago -
Configuring ssmtp
The UNIX and Linux Forums —
Authority: 147
Hi, I have trouble in configuring ssmtp for sending mail to gmail. I have configured the following way, plz suggest/correct me if i have done something wrong root=nagiostool@gmail.com mailhub=smtp.gmail.com:587 #RewriteDomain= # The full hostname Hostname=nagiosxi # Set this to never rewrite the "From:" line ...2 days ago -
Weekend Scripter: The Mission for “True-Up” Data Via Get-WmiObject
—
Authority:
Summary : Guest blogger, Brian Wilhite, shares his experience using Windows PowerShell jobs to speed up collecting information from WMI. Microsoft Scripting Guy, Ed Wilson, is here. This weekend, we will start with guest blogger, Brian Wilhite. Brian Wilhite works as a Windows system administrator for a large ...2 days ago -
Compare files
The UNIX and Linux Forums —
Authority: 147
Please help me with awk.I have two files with the below details file1 123456789 2012 987654321 2011 a1234567892012 a1234abcde2012 b1234567892012 c1234567892012 98765a12342012 file2 a1234 01234 b1234 33333 I need to check whether the items in file2 is present in file1 .If it is present , the entire row needs to be ...2 days ago -
Beginning Microsoft SQL Server 2012 Programming
—
Authority:
Beginning Microsoft SQL Server 2012 Programming – Wrox Get up to speed on the extensive changes to the newest release of Microsoft SQL Server The 2012 release of Microsoft SQL Server changes how you develop applications for SQL Server. With this comprehensive resource, SQL Server authority Robert Vieira ...2 days ago -
Converting txt file to Excel file
The UNIX and Linux Forums —
Authority: 147
Hi All, I have a text file with below content. TradeDate Name SecurityMnc ReasonDesc ======================================= 20120501 Robin ABC FO System Defect 20120502 Robin ABC FO System Defect I would want this in an excel file in 4 columns, am trying some thing with AWK ...2 days ago -
help regarding awk
The UNIX and Linux Forums —
Authority: 147
I want to read the contents of a file line by line and check them on a condition and put the lines which match (Values are there ina particular column,need to use awk) in a file and that do not in a different file. I am reading the contents of the file line by line using while loop and what to use awk to achieve ...3 days ago -
search from file1 and replace into file2
The UNIX and Linux Forums —
Authority: 147
I have 2 files: file1.txt: HTML Code: 1|15|XXXXXX||9630716||0096000||30/04/2012|E|O|X||||20120525135617-30.04.2012|PAT66OLM|STA||||00001|STA_0096000_YYYPPPXTMEX00_20120525135617_02_P.pdf| ...3 days ago -
Getting Directory Sizes in PowerShell
—
Authority:
Summary : Guest blogger, Bill Stewart, discusses a Windows PowerShell function to determine folder size. Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger today is Bill Stewart. Bill Stewart is a scripting guru and a moderator for the Official Scripting Guys forum. Here’s Bill… You have probably asked ...3 days ago -
FONT colours
The UNIX and Linux Forums —
Authority: 147
Hi, I have set the following piece of code in .vimrc file. ================================================ if has("terminfo") let &t_Co=16 let &t_AB="\ [%?%p1%{20}% let &t_AF="\ [%?%p1%{10}%else let &t_Co=20 let &t_Sf="\ [3%dm" let &t_Sb="\ [4%dm" endif ...3 days ago -
tune my script
The UNIX and Linux Forums —
Authority: 147
Hi ! My script read out data out of 144 files per day - every ten minutes a file with data. data-file Code: WR030B 306.71 0 WR050B 315.13 0 WR120B 308.34 0 WV030B 3.52 0 WV050B 5.06 0 WV120B 6.65 ...3 days ago -
Perl Array help
The UNIX and Linux Forums —
Authority: 147
okay so my job is requiring me to learn perl and i have never had any type of programming language... ever. So i need to take a file that has data (nodes/points) with x, y, and z components. Example of what the file contains is below: RANDOM TEXT RANDOM TEXT Node # x pos ypos ...3 days ago -
More Creeped-Out Hellbound II Reviews
Oz and Ends —
Authority: 466
More Hellbound II reviews, starting with Roz Young at Sequential Tart : As a fan of the horror genre, I am impressed by the passion of the group to create and compile such a wonderful set of frighteningly fiendish stories. Hellbound 2 is a wonderful homage to things that go bump in the night, and our affection ...3 days ago -
Looping in the shell script with help of script timer.
The UNIX and Linux Forums —
Authority: 147
Hello Experts- We are facing some issues in the while loop script when we use the script time to decide whether to exist from the loop or continue. Below is the script HTML Code: SrcExitLoop="FALSE" Src_InitialStartTime=`date +%s` Src_StartTime=`date +%s` Src_NUM_ALERTS=0 TOTAL_ALERTS=`expr / ` while ...3 days ago -
variable increment (of some sort)
The UNIX and Linux Forums —
Authority: 147
i have a variable that has more than one value. i am declaring another variable, which will have the old variable data one by one. i want to use the second variable to hold the track of all the variable it has parsed from the first one. can somebody help me how do i declare and use the second variable? e.g. Code: ...3 days ago -
Using AWK to format output and email
The UNIX and Linux Forums —
Authority: 147
Hello, Im a bit stumped, for some reason when using AWK print is not printing the entire date/line. Code: awk {print "Ticket #: " $1} {print "Queue : " $2} {print "Recieved : " $3} {print "AP Date : " $4} {print "Circuit ID : " $5} {print ...3 days ago -
Add missing linefeeds between formfeeds in reports
The UNIX and Linux Forums —
Authority: 147
I need to take a report text file that is output from vendor software and there are some pages which have less then the normal amount of lines. I need to add these missing line feeds as there is a merge program that reads this file in fixed character and line mode template to output the final PDF report. To state more ...3 days ago -
Two variables in output file name nested for loops
The UNIX and Linux Forums —
Authority: 147
I am trying to use two nested for loops to process some files and then create a new file using both variables in the output file name. I have several files in this naming style: S1_L3_all_R1.fastq S1_L3_all_R2.fastq S1_L4_all_R1.fastq S1_L4_all_R2.fastq . . S1_L8_all_R1.fastq S1_L8_all_R1.fastq I need to apply a ...3 days ago -
Setting default permissions without umask or cron jobs
The UNIX and Linux Forums —
Authority: 147
Ive got a number of people sending files to me in different directory structures, and users on many different groups who need access to these incoming paths. My problem is that umask assumes a default of 666 for files. No execute bit, meaning that my users cant even see the incoming folders. And since umask cant ...3 days ago



Follow Technorati