Tagged Questions

0
votes
3answers
77 views

More simple math help in bash!

In the same thread as this question, I am giving this another shot and ask SO to help address how I should take care of this problem. I'm writing a bash script which needs to perform the following: …
1
vote
3answers
48 views

Bash Shell Scripting Error: “./myDemo ./myDemo: line 62: syntax error near unexpected token `done’ ./myDemo: line 62: `” [Edited]

Could someone take a look at this code and find out what's wrong with it? EDIT: I fixed the while statement error, however now when I run the script some things still aren't working correctly. …
1
vote
12answers
319 views
+350

Hashing Multiple Files Recursively

Latest Update: I've got a BASH Script as per the spec. A Python and a Perl solution have also been submitted, although I've only been able to run the Python one on my machine. If anyone can …
1
vote
2answers
44 views

How to get $this->translate(’Content’) => Content in a Textfile

I am looking for a shell script which scans a direcotry and all its subdirectories for .php and .phtml files. Within these files, I am looking for $this->translate('') statements (also …
5
votes
5answers
82 views

How can the last command’s wall time be put in the Bash prompt?

Is there a way to embed the last command's elapsed wall time in a Bash prompt? I'm hoping for something that would look like this: [last: 0s][/my/dir]$ sleep 10 [last: 10s][/my/dir]$ Background I …
0
votes
2answers
21 views

Bash environment variables and finding installation directories

I have a bash script that basically initializes an application and sets parameters. One of these parameters is the location to OpenOffice. Now OpenOffice doesn't set an environment variable when you …
1
vote
6answers
1k views

using the passwd command from within a shell script

I'm writing a shell script to automatically add a new user and update their password. I don't know how to get passwd to read from the shell script instead of interactively prompting me for the new …
0
votes
3answers
57 views

making graphs with a shell script

i need to make a graph with numeric values in a time period, the values represent online users in a web page. the script will be exectued with cron every 30 mins and the needed html file will be …
1
vote
5answers
60 views

Grep search strings with line breaks

How to use grep to output occurrences of the string 'export to excel' in the input files given below? Specifically, how to handle the line breaks that happen in between the search strings? Is there a …
2
votes
8answers
91 views

Parse Date in Bash

I need to parse a date (format: YYYY-MM-DD hh:mm:ss) in bash. I'd like to end up with all fields (years, months, days, hours, minutes, seconds) in different variables.
0
votes
5answers
48 views

Detecting program errors in bash scripts?

I'm trying to write my first semi advanced bash script that will take input in the form of a filename referring to an avi video, send it to ffmpeg to convert to a mp4 (preserving the original name) …
1
vote
7answers
83 views

Find all files in a directory that are not directories themselves.

I am looking for a way to list all the files in a directory excluding directories themselves, and the files in those sub-directories. So if I have: ./test.log ./test2.log ./directory …
37
votes
33answers
2k views

What should a longtime Windows user know when starting to use Linux?

We've finally moved our websites to a decent host, and for the first time we have Shell Access. I know very little about using Linux, I can navigate through the file system, read files with Vim and …
1
vote
5answers
166 views

Best tool in unix for viewing large files

I am a novice in unix. i am facing a problem in viewing big log files in unix using Vi tool. could you please suggest the best tool for fast viewing of big files on unix. Request you to post your own …
0
votes
10answers
108 views

Simple math statements in bash in a for loop.

Hi. I'm quite new to bash scripting and usually avoid it all costs but I need to write a bash script to execute some simple things on a remote cluster. I'm having problems with a for loop that does …

1 2 3 4 5 98 next
15 30 50 per page