Tagged Questions
-1
votes
1answer
23 views
sum of column in text file using shell script
I have file like this
1814 1
2076 2
2076 1
3958 1
2076 2
2498 3
2858 2
2858 1
1818 2
1814 1
2423 1
3588 12
2026 2
2076 1
1814 1
3576 1
2005 2
1814 1
2107 1
2810 1
I would like to generate report ...
0
votes
1answer
15 views
How compare two paired list in bash?
I'm trying to compare a remote md5sum result from some files into a server, with my local md5sum files and those that match, the hash and the filename should be removed from the local server.
The ...
1
vote
1answer
17 views
pipe or send strings with socat/netcat with a pause
i capture unbuffered codes from ttyUSB0 as an string though hexdump'ing
/usr/bin/stdbuf -o0 /bin/busybox hexdump -v -e '12/1 "%02x" "\n"' /dev/ttyUSB0
with example-output like this (without ...
2
votes
3answers
36 views
why echo strings in bash reading from stdin doesn't show space characters
Here is my code
michal@argon:~$ cat test.txt
1
2
3
4
5
michal@argon:~$ cat test.txt | while read line;do echo $line;done > new.txt
michal@argon:~$ cat new.txt
1
2
3
4
5
I ...
2
votes
2answers
50 views
bash, command not found
i'm having trouble fixing the error in this bash script, I seriously have no idea what I did wrong, any help is appreciated thanks
[centoslive@livecd ~]$ sh ListFich.sh test
Synthese, Question 2
...
0
votes
0answers
11 views
Embedded shell script with RCP app
I have an RCP application packaged by a PDE build.
Also in this application in one of the plugins I have a directory called "scripts" with shell scripts that I want to run.
Everything works ok if I ...
1
vote
2answers
39 views
foreach loop through associative array in bash only returns last element
This should print the whole associative array to the console:
#!/bin/sh
declare -a array=([key1]='value1' [key2]='value2')
for key in ${!array[@]}; do
echo "Key = $key"
echo "Value = ...
1
vote
3answers
26 views
Build a sed script from specific environment variables
I need to have a very basic template system in shell to port a windows installer to linux. So I can not change the syntax of the template variables.
I want to take specific environment variables ...
1
vote
1answer
21 views
Creating forks of `ffmpeg` in loop inside a shell script “loses” some iterations
I have a shell script that takes a directory as input, reads all mp4 files in it and convert them to a mp3 with ffmpeg:
#!/bin/bash
dir=$1
while read -rd "" file
do
base=$(basename "$file")
...
1
vote
1answer
40 views
bash set -e: How to find out on which line the script exited on?
I have a very high level and complicated script which I basically need to debug with set -e on (because I'd like it not to run expensive operations in a loop as I work out the logic), but it is ...
1
vote
1answer
51 views
Manipulate columns using awk or sed
I have a file which i would like to rearrange....
Input file:
sublat
16 0.04 0.051
32 0.04 0.050
16 0.06 0.055
32 0.06 0.054
c2dotc2
16 0.04 0.464
32 0.04 0.624
16 0.06 0.505
32 0.06 0.743
Output ...
2
votes
2answers
23 views
count occurrences of char in string using bash
I need count the numbers occurrences of char in string using bash,
when use for example "t" the return of routine is the number of occurrences , but when using comma or semicolon etc, is cero.
for ...
2
votes
3answers
57 views
pointer in shell script?
I am trying to print a filename which contains decimal point numbers...
say
L2.3stop.txt
I have variables defined as :
z1=2.3
z2=3.4
z3=7.8
z4=8.9
and so on
In a for loop i runs from ...
2
votes
3answers
46 views
Shell: How to a file's specified parent directory's name?
I am a beginner for Shell programming. I am currently writing a script to manipulate found files. but I would be needing to get the parent directories' names for found files. For example,
...
0
votes
3answers
24 views
Bash case statement
I'm trying to learn case as I was to write a fully functional script.
I'm starting off with the below
#!/bin/sh
case $@ in
-h|--help)
echo "You have selected Help"
;;
...
2
votes
7answers
82 views
Why these simple shell commands fail when used in sed'd replacement
While trying to find an answer of this sed question I came up with a strange behavior that I couldn't understand.
Let's say I have a file called data
$> cat data
foo.png
abCd.png
bar.png
baZ.png
...
2
votes
0answers
37 views
How to recover bash output of an already closed window? [migrated]
I have run a specific program in a bash terminal and I closed it by mistake before reading its output. Is it possible to recover the information that was sent to the stdout by taking a look at some ...
0
votes
2answers
49 views
Is this an effective way to wait 10 seconds for an IP address?
I have a shell script that basically creates a vm that I use to do some processing on. This VM is given a random IP address that I obtain using VMwares vmrun utility. The machine can take anywhere ...
1
vote
2answers
37 views
source a shell script from another script and check return code
I want to source a file eg name.sh from another script and check the return code and decide on it's error code. If I use
source name.sh
then if name.sh return non-zero return code my main script ...
2
votes
1answer
42 views
Piping a file through tail and head via tee [closed]
Starting from here I tried to read a file and emit the head and the tail of the file (reading the file only once).
I tried the following:
tee >(head) >(tail) > /dev/null < text.txt
This ...
4
votes
1answer
59 views
Variable scope in the shell level
Recently I have been reading The Advanced Bash Script and I find something about the variable scope between parent and children shells puzzle me so much. Here it is:
Scene:
there are some ways to ...
1
vote
4answers
42 views
Regex to match string between quotes
I'm using a shell script to read in a file and then piping the output to grep and trying to extract the string contained between two quotes (while excluding the quotes).
./readFile.sh | grep -e ...
1
vote
2answers
33 views
Shell logout after exec redirection for stdin
As described in advanced bash script-guide, exec can be used to redirect I/O.
So I just write some cases in my shell. Redirecting stdout or stderr works well, but redirecting stdin makes the shell ...
-3
votes
2answers
77 views
How to rearrange text file output result
I would like to write a unix script that do the following to have the ff result:
textfile1 contains the following text:
keyval1,1
keyval1,2
keyval1,3
keyval1,4
keyval2,1
...
0
votes
3answers
29 views
script to compress user files via searching through folders for certain folder name
I'm writing a function for one of my programs that will need to search through a number of folders until we find a folder called "userfiles" then we tar up this folder giving the filename of the ...
2
votes
1answer
39 views
ln complains about no such file or directory
I'm new in shell programming on macosx and have a little problem. I've written the following shell script:
#!/bin/sh
function createlink {
source_file=$1
target_file="~/$source_file"
if [[ -f ...
-1
votes
3answers
54 views
How to search subdirectories for .c files and compile them (shell scripting)
I need to take an argument which is a directory of the current directory and search its folders and compile any C files in those folders. I'm just beginning shell scripting in Bash and am a little ...
-3
votes
1answer
53 views
How to separated zero with point in my bash script? [closed]
My script
echo -n "number 1 : ";
read bil1
echo -n "number 2 :";
read bil2
jlh=$(echo $bil1 + $bil2 |bc -l |sed -e 's/^\./0./' -e 's/^-\./-0' -e 's/\.0*$//');
echo " Your result : $bil1 + $bil2 ...
1
vote
1answer
51 views
Shell script wildcard expansion issue
Following is my shell script and I try to copy all the files in the current directory to another machine which I have permission to copy.
#!/usr/bin/expect -f
spawn scp -pr "*" ...
0
votes
3answers
45 views
-bash ruby command not found
Every time I log into my VPS I must run source ~/.bashrc before I can run any rvm, ruby, or gem commands.
Why is this? Can't make it load by default?
ssh deployer@xxx
ruby -v
-bash: ruby: command ...
-5
votes
0answers
54 views
Shell Scripting Exercise [closed]
Do you have some sample shell script exercise problems that one use to learn Shell Scripting like a "Problem solving" approach. Right from simple to complex. I tried to google it but didn't find much ...
0
votes
2answers
48 views
Comparing an existing file with the result of a heavy process using named pipes
I'm trying to figure out a way to compare an existing file with the result of a process (a heavy one, not to be repeated) and clobber the existing file with the result of that process without having ...
1
vote
5answers
41 views
need to parse between second underscore and first hyphen of the text using sed
I have an rpm file, e.g. abc_defg_hijd-3.29.0-2_el6_11h.txt.
I need to parse the words between the 2nd underscore _ and first hyphen - of the above text,
so the required output will be hijd.
I was ...
0
votes
1answer
45 views
Best way to determine if an SCP transfer fails
At the end of a script if successful it creates a file (files) and stores it into a destination directory; I'm then retrieving the file (files) via scp from a server back to my workstation. The user ...
0
votes
0answers
13 views
Code to Pull Bluecoat logs from via DNS Logs
I am writing (in either basy/perl/awk/C) some code to find Bluecoat logs from a certain computer name.
First step is querying DNS logs for ComputerName, that gives me a date assigned and IP address
...
0
votes
1answer
14 views
openssl: how to disable “writing RSA key” message in console
Is there any way to disable console message "writing RSA key"?
$ openssl rsa -pubout -outform DER -inform PEM -in /tmp/res/chrome.pem -out 1 > /dev/null
writing RSA key
$ openssl rsa -pubout ...
-1
votes
1answer
34 views
Extract txt file subset using command line
i'm a command line NB and i'm trying to lern basics to pars txt files. Is not an easy task because i connot find exaustive guides or manual to give me the basic.
Given so, i have a VERY LARGE txt ...
0
votes
2answers
41 views
Replacing with sed wont work
I have a file called "washington", with capital spelled in 4 different
ways: Capital, capital, Capitol, capitol. Use the "sed" command
to replace all of them at once, with the correct spelling: ...
-2
votes
1answer
44 views
In shells, how to find a file in current directory with at least 2 characters but not contain cs by using echo
In shells, how to find a file in current directory whose name has at least 2 characters but not contain cs by using echo.
1
vote
1answer
72 views
How to pass array of values to shell script in command line and advice on loop
The goal is to get only the filenames from svn log based on the revision number. Every commit has a jira ticket number in the svn comment, so the svn revisions are got by looking for the jira ticket ...
0
votes
0answers
28 views
How to use NSTask to act like the expect command on Mac OSx
My goal is to interactively run a command line app from ObjectiveC. For example the git command line app.
running the command git clone https://myRepo.git will generally prompt user for username ...
0
votes
1answer
28 views
How to maintain Bash output formatting in python REPL
I have a python script that creates a thin wrapper around the bash shell. It wraps bash calls via the subprocess module, takes the output, and does some work on it.
My output contains newlines "\n" ...
0
votes
3answers
42 views
How to properly form rm with xargs -a?
A coworker showed me a nifty way of using rm and xargs for deleting filenames listed in a .txt - but I can't remember what he did.
I ran
echo | xargs -a file.txt
where file.txt contained
1
2
3
4
...
2
votes
1answer
52 views
make -e only exit from subshell
#!/bin/bash -eu
items="1 2"
for item in $items; do
(
echo one
false
echo two
) ||:
done
I wish false line to break a subshell, but continue processing the outer loop. I.e. the expected ...
0
votes
2answers
28 views
bash regex (or test) strange behavior
[myuser@mycomputer]$ word="hello"
[myuser@mycomputer]$ if [[ $word =~ "^hello$" ]]; then echo "it was a hello"; else echo "must have been a goodbye"; fi
must have been a goodbye
I don't understand ...
0
votes
2answers
33 views
Shell Scipting: RegEx for does not begin with
The following checks if it begins with "End":
if [[ "$line" =~ ^End ]]
I am trying to find out how if something does not begin with "02/18/13". I have tried the following:
if [[ "$line" != ...
3
votes
3answers
42 views
for loops with variables in range won't work
So I was writing a for loop and getting some errors, to get an understanding of the errors I wrote this
#! /bin/bash
b=${1:- 10}
echo $b
for i in {0..$b}
do
echo "$i"
...
0
votes
4answers
88 views
Sort entries of lines using shell
Considering the following input and output:
infile | outfile
1 3 5 2 4 | 1 2 3 4 5
2 4 5 | 2 4 5
4 6 2 1 | 1 2 4 6
Is there any combination of UNIX programs, not involving ...
1
vote
2answers
28 views
How to pass variable into curl
There are other questions about putting the variable into curl command within the url.
I want to have a variable defined at the top of script to swap values like so:
# MODE=-v
MODE='-sS -w ...
1
vote
4answers
88 views
Using Shell tools (sed | awk… etc) to compute max, min and average field values from a given sample.dat file
I have a sample.dat file which contains experiment values for 10 different
fields, recorded over time. Using sed, awk or any other shell tool, i need to write a script that reads in sample.data file ...






