Tagged Questions
0
votes
1answer
50 views
Comparing and displaying hash values
I am able to print all of the lines from /etc/passwd by UID and username.
I would like to compare the values of UID and display corresponding usernames by <150 and >150.
this is my while loop ...
0
votes
2answers
47 views
Macxchange Script to Change MAC and Hostname in ubuntu 12.04
I'm trying to adapt a script in backtrack to work with ubuntu. I keep getting an error on line 14 which is the "if [ $? == 0 ]; then" line
the script was found on ...
0
votes
1answer
42 views
Transfer Ticket To Another Queue Request Tracker 4
I am looking for a clean way of transferring a ticket submitted in one queue to another queue. For example, if a ticket is submitted to our Collections Department queue I want to be able to transfer ...
0
votes
2answers
56 views
Shell command on each line of file
I am trying to write a Perl script which will do the following:
1. Open a file which, in each line, contains the location of multiple files (Say File A, file B)
2. Do an egrep on each of these files ...
1
vote
3answers
102 views
Perl - How to create commands that users can input in console?
I'm just starting in Perl and I'm quite enjoying it. I'm writing some basic functions, but what I really want to be able to do is to use those functions intelligently using console commands. For ...
2
votes
1answer
69 views
C# Limiting namespaces when embedding script interpreters
I'm looking into implementing a system wherein users are able to pass scripts to our server and have them executed. Thankfully there are plenty of resources for Embedding Python into C#. However I am ...
2
votes
1answer
135 views
Perl reset variable
I'm learning Perl, and I made a script that will use defined variables in the beginning of my script to establish connection,pull records, modify them, then close connection.
the second part of my ...
-1
votes
1answer
50 views
Visit Website script in Java, perl, or vbs [closed]
Hello I am new into programming , I want make a script in java or vsb that visits a google , logs in and makes a search. I've done my homework and all I found is some PHP. thank you very much I just ...
0
votes
1answer
83 views
Perl scripting in Linux bash scripting
I was reading one of the bash script where i have encountered the following lines. I was not able to guess what exactly these following lines are doing ? Can anyone give me some hint regarding what ...
0
votes
3answers
120 views
different types of scripting in linux [closed]
I am very new to linux, and i want to learn scripting. It seems like there are quite a few options to learn about scripting from bash shell scripting, python, perl lisp, and probably more that i dont ...
0
votes
3answers
188 views
How to control background process in linux
I need to write a script in Linux which can start a background process using one command and stop the process using another.
The specific application is to take userspace and kernel logs for android.
...
0
votes
1answer
115 views
BASH - Sed is failing to remove attribute lines filled with metacharacters
Im trying to correctly pass arguments to sed from a file named changesfile but I have been unsuccessful. It may be the contents of the file changesfile or the way im using the for loop. Im not sure.
...
0
votes
0answers
68 views
capturing & parsing filenames [closed]
I need to read filenames out of a folder, parse the filename into parts, then write those parts into a table.
I haven't done much scripting (a little Unix stuff, but this is on my windows machine), ...
1
vote
2answers
110 views
Perl script shows different behavior inside cron job
I'm executing the following commands in a perl script.
#!/usr/bin/perl
my $MPSTAT="/usr/bin/mpstat";
my $GREP="/bin/grep";
my $FREE = "/usr/bin/free";
my $AWK = "/bin/awk";
my $cpu = `$MPSTAT | ...
1
vote
4answers
129 views
How to format output into columns?
How can I modify the following script to that it displays each value in its corresponding colum:
The body of the script looks like this:
( $vmdisk, $totalio, $readpercentage, $cachehitpercentage, ...
0
votes
4answers
269 views
Perl script to check remote server for process
I am having a bit of a problem with a script that I setup. A little background:
The function of the script is to read from a list of servers that is in a text file separated by :: , log on to the ...
4
votes
2answers
130 views
How does Unix read a path name with two consecutive slashes? (e.g. /home/user//mystuff)
Here's the reason why I'm asking this question: I write a lot of bash and Perl scripts, and I find myself having to concatenate two paths every so often. Something like this is typical:
my $prefix = ...
0
votes
2answers
119 views
Scripting language to find the .a file name from the concatenated nm output for a list of .a files
I have a file with the nm output for all the .a files in an application. Now, how do I find out the .a which contains a specified function.
I am good with Bash scripting and am fairly competent in ...
1
vote
1answer
341 views
Need help creating a web spider/bot script in Perl
I'm using Perl as the only language for this assignment
My Objective:
To create a Perl script that will create a web spider/bot.
my script will download a webpage from the Internet, search and ...
5
votes
1answer
312 views
What is a glue language? [closed]
First off, here is one my favorite, and relevant XKCDs:
I often hear of people mentioning Perl or Python as "glue" languages. I understand that being scripting languages has something to do with ...
4
votes
4answers
179 views
Perl regex expression
I have inherited a perl script that pulls data out of some files. The whole script works fine but recently some engineers have been putting in more than one number for a certain spot that usually ...
0
votes
0answers
164 views
Irssi scripting: how to get /whois information and parse it
I am working on one script for irssi client.
I need to get some informations from /whois (like channel names for example).
Something like this:
$whois_text = $server->command("/whois nick");
...
1
vote
1answer
97 views
Is perl's file check IO intensive?
I've come up with a way to turn on debugging without having to edit any scripts. Simply touching the filename with .debug turns on my debugging.
$ touch fancy.pl.debug
My fear is that the ...
3
votes
3answers
351 views
How can I write this sed/bash command in awk or perl (or python, or …)?
I need to replace instances of Progress (n,m) and Progress label="some text title" (n,m) in a scripting language with new values (N,M) where
N= integer ((n/m) * normal)
M= integer ( normal )
The ...
0
votes
4answers
107 views
comparing the contents of 2 lines of a file and adding them using perl
I have a file called listofvalues.txt. The file has over 1000 lines and 5 columns.
1,232,3434,54343,434343
1,232,100,4546,3456
1,122,45454,4546,3456
2,212,334,5555,4654
...
...
I want ...
1
vote
1answer
90 views
How to change Example.bat to Example.pl?
I have read other threads enter link description herethat discuss .bat to L/unix conversions, but none has been satisfactory. I have also tried a lot of hack type approach in writing my own scripts.
...
2
votes
1answer
317 views
Login on password prompt in linux through perl script
I want to pass a password through a Perl script. I am basically writing a script to execute commands on Linux terminal.
At a particular commands execution, I get a prompt for
Password :← (I ...
0
votes
6answers
2k views
Move files to another folder, including creation date in filename
I am able to move files from one folder to another but the issue is I want the new created file in the new folder as its created date and filename.
For instance
/scripts/a.log
moved to
...
2
votes
2answers
104 views
Python version of a Perl regular expression
I have this Perl regular expression and I want to convert it to Python.
The regex I want is a search and replace that finds text and converts it to upper case. It also must be the first occurring ...
1
vote
1answer
1k views
Set different column colors for each column in excel using Perl
My Perl script is generating an excel sheet.
Output
P MON #N/A XML xx ## c 2 Yes
B TUE #N/A TXT xx ## b 1 ...
1
vote
3answers
185 views
How do I modify the shebang line in a Perl or shell script?
I have lots of Perl scripts that need to be updated to a consistent version required and have various versions and flags currently. All of these statements lie in the first line of the script. I have ...
0
votes
2answers
148 views
Perl Find Web Link By DOM
I have been using Mechanize::Firefox in order to do some web scraping and I am currently in the process of going fully headless. I have been using this code:
my $link = ...
-1
votes
3answers
459 views
Save Matched Perl Regex as Variable
I have a simple Perl regex that I need to save as a variable.
If I print it:
print($html_data =~ m/<iframe id="pdfDocument" src=.(.*)pdf/g);
It prints what I want to save, but when trying to ...
0
votes
3answers
122 views
Merging of columns in text file
Input of the text file
A | 1 | def | 1432
A | 1 | ffr | 1234
A | 1 | dfs | 3241
A | 2 | asf | 2213
Desired Output
A | 1 | def 1432,ffr 1234,dfs 3241
A | 2 | asf 2213
Merging values related to ...
0
votes
2answers
90 views
A script that uses data from another file to edit an xml file
I'm pretty inexperienced with scripting so I really need your help on this one.
I have an xml file where every odd line I have this:
...
1
vote
2answers
117 views
remember part of string in variable
The idea is that I have to read every line of file (CSV) and remember specific information in specific location as variable.
example:
a;b;c;d;e;f123;g;h;i;j
I know how to read every line but ...
1
vote
3answers
147 views
Easy way of moving directories containing old files away
I maintain a lot (ca 1000) of customers' folders in paths /home/customers/customer1, /home/customers/customer2,... etc. Now customers come and go, and I don't want to keep folders which were not ...
1
vote
4answers
270 views
Read a string of alphanumeric characters after a ;
I'm teaching myself perl so I'm pretty new to this language. I've been reading over and over about regular expression but I can't figure out the right context. I want to do the following:
Let say I ...
4
votes
1answer
439 views
Applying patch files using perl?
This should be simple,
Is there a way to apply .patch files using perl?
I am aware I can use system I am looking for a module or something. I have looked on search.cpan.org but I guess I am not ...
4
votes
1answer
233 views
How to read n lines above the matched string in perl?
Say I have a file xx.txt and it contains the data
1 I am here
2 to work in
3 Perl for writing
4 a script for
5 myself
Suppose i want to search for string script and want to display the three
...
1
vote
2answers
662 views
Connect failed :IO::Socket::INET: connect: timeout is showing up in Perl .
I have wriiten this script to send mail through gmail smtp to my gmail account . It is not working and giving the already mentioned error ?
use Net::SMTP::TLS;
my $mailer = new Net::SMTP::TLS(
...
2
votes
5answers
156 views
How to run a script that can only write to STDOUT and read from STDIN?
I want my users to write code and run it inside a controlled environment, like for example Lua or Perl. My site runs on Perl CGI's.
Is there a way to run an isolated perl/Lua/python/etc script without ...
0
votes
3answers
158 views
I made a heads/tails script in perl and I want it to run more than once
i know there is a simple one-liner or command that will let it run over and over until i kill it, can someone show me?
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "Please type in ...
-2
votes
1answer
344 views
Unable to send mail using Mail:Sender in perl
use strict;
use warnings;
use Mail::Sender;
$::sender = new Mail::Sender
{smtp => 'xx.xx.xx.xxx', from => 'abc@xyz.com'};
$::sender->MailFile({to => 'abc@xyz.com',
subject => ...
1
vote
3answers
468 views
How do I delete files from all subdirectories but not from hidden directories?
I want to delete only files from all subdirectories, but not to delete any files from hidden directories starting with .. Example:
Directory
├── file1
├── file2
├── .hidden directory
│ ├── log
│ ...
1
vote
2answers
575 views
Dynamic scraping and parsing
Original Question rephrased:
I know a good amount PHP, Js, CSS, OOP and have recently honed my regex skills by using the vim editor's netrw and elinks plugins to download a series of web pages ...
1
vote
1answer
280 views
PerlObjCBridge Better way to read a plist from string (due to Incorrect NSStringEncoding value 0x0000 encoding error)?
This code snippet is an Example that should work on any Mac OS X system.
#!/usr/bin/perl
use Foundation;
my $dscl = "/usr/bin/dscl";
sub getGeneratedUID(){
my $name = shift;
my $command = ...
1
vote
1answer
446 views
Perl regex syntax for single letter hex
In perl I am trying to use a regex to search through specific hex characters but i'm not sure if the xB syntax is valid (ie to refer to the Vertical Tab character) or whether it should just be \B? ...
2
votes
1answer
201 views
regex - between optional quotes
Example of strings to search:
name = 'bob'
person=mary
init= 'tim',
first =sarah,
,name=o'donnel
surny = 'o'doherty',
extend = 'marshall , mathers (111)'
This regex search below is erroneous:
[ ...
-1
votes
1answer
263 views
Strawberry Perl Memory Limit?
I'm running a perl script to pull a list of about 20 text files, and parse through them. For some reason my process is bombing partway through the list, and am having trouble debugging it.
Anyone ...