The Bourne-Again SHell (Bash) is a successor to the Bourne shell (sh). Bash is the default shell in many Linux distributions.

learn more… | top users | synonyms (3)

0
votes
0answers
4 views

Rsync ssh file transfer through expect showing error when executed through while loop in bash

My program needs automatic file transfer to many remote systems. So tried using expect for RSYNC SSH file transfer. While I run the .ex file through terminal providing the necessary inputs or through ...
1
vote
6answers
34 views

linux bash, print line contaning string in a column

let's say my file /etc/passwd contains ntp:x:38:40::/etc/ntp:/sbin/nologin avahi:x:70:70:Avahi mDNS/DNS-SD Stack:/var/run/avahi-daemon:/sbin/nologin haldaemon:x:38:68:HAL daemon:/:/sbin/nologin ...
0
votes
1answer
15 views

Bash script to copy directory to multiple other directories

I have two directories, src and build. Within src I have a folder called core which is where all updates are made. Within build I have several folders with different names and each of those folders ...
0
votes
2answers
49 views

How does one make javac use a .jar's classes?

I am studying (cramming) for the AP Computer Science test. One of the requirements is the need to familiarize oneself with a program called "GridWorld." In my studies, I have been running and ...
0
votes
2answers
13 views

shell script works, alias fails. why?

I use a custom gnome-terminal profile for ssh sessions (different bg color provides a nice visual cue that I'm not working locally). Why doesn't my alias work? This almost works, but the terminal ...
0
votes
2answers
26 views

linux bash: line 18: syntax error near unexpected token `fi' Q2.sh: line 18: `fi'

I'm trying to compile this code but I am getting the following error: Q2.sh: line 18: syntax error near unexpected token `fi' Q2.sh: line 18: `fi' at line 15, I'm trying to verify if the parameter ...
0
votes
4answers
52 views

Is there an easy way to randomize all the words in a given text? Maybe in BASH?

I want to randomize all the words in a given text, so that I can input a file with English like "The quick brown fox jumped over the lazy dogs." and have it output: "fox jumped lazy brown The ...
0
votes
0answers
14 views

Exiting adb shell logcat inside a bash script

When I run the following script, it hangs after the break, thus never executing the "do something else". I suspect that it's because after the break, adb shell logcat is still being executed. Manually ...
0
votes
2answers
29 views

Bash Rename Files Script Not Working

I have the following script and for some reason it is not working find . -name '*---*' | while read fname3 do new_fname3=`echo $fname3 | tr "---" "-"` if [ -e $new_fname3 ] then ...
0
votes
3answers
38 views

awk script to process 400 .txt files

I have a nice .awk script that takes the 2nd $2 value and prints it. Because the data in the .txt files only go down 8192 lines, any lines after that are irrelevant (the script takes care of that.) I ...
1
vote
3answers
13 views

redirect bash output and error for all commands

How to redirect all commands executed on the bash to /dev/null ? It's obvious that for a command we have to do: command > /dev/null 2>&1 How about all commands that will be executed ...
0
votes
3answers
28 views

undoing changes to bashrc from terminal

Unfortunately I just overwrote my .bashrc with echo "command" > ~/.bashrc as opposed to appending via echo "command" >> ~/.bashrc. Not a huge throwback as I am newer to ...
2
votes
2answers
45 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
3answers
49 views

search (e.g. awk, grep, sed) for string, then look for X lines above and another string below

I need to be able to search for a string (lets use 4320101), print 20 lines above the string and print after this until it finds the string For example: Random text I do not want or blank line 16 ...
4
votes
2answers
27 views

wierdness using tee: can anyone explain?

I sometimes want to output the contents of a pipe in the middle (don't we all?). I generally do it like this (yes, I know there are other, probably better, ways): terminal=$(tty) echo hello world ...
1
vote
0answers
28 views

How do I show the real current directory in my bash prompt, not the symlink [migrated]

I use the default value of PS1 shipped with Ubuntu: \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ which is ok 90% of the time. However, when I cd to a symlink "directory" the ...
2
votes
0answers
33 views

Linux History Display Dates [migrated]

I added date and time to my linux history with this command: export HISTTIMEFORMAT='%F %T ' When I actually go to view my history anything that I didn't actually do today seems to pick a time that ...
0
votes
1answer
19 views

BASH: Read all files in a directory recursively, includinging symbolic links

I got this tidy script from someone: find ../Classes -name \*.cpp -print which simply loops a directory, and prints all files recursively. However, it doesn't follow symlinks. All I can find ...
-4
votes
3answers
40 views

Linux -How to delete all files in a directory with out using find [closed]

I am trying to delete a all the files in my directory "XYZ" with out using find command in bash on Linux.
-5
votes
0answers
19 views

linux bash script check ports are open or close and enable or disable linux service

can someone help me with linux bash script to check for two open ports: 8080 on two different servers. If the port is open on one of these servers, bash scirpt will do nothing. If the two ports are ...
1
vote
2answers
15 views

How to get nohup proccess id in bash script

I have a bash script to run a command via nohup, I need the proccess id in the script. I tried this: #!/bin/bash nohupResult=$((nohup mycommand > nohup.out &) 2>&1) echo $nohupResult ...
0
votes
1answer
12 views

How can I enable composer to have command line argument auto complete?

I would like to be able to use tab auto completion with composer in my bash shell, the same way I can for example auto complete filenames or git commands.
2
votes
1answer
26 views

How to make whitespaces visible in the command line

I have a very large file, of which I want to inspect the first 100 lines using head: head -n100 large.file I'd really like to make whitespaces lik \t \r,... visible. How can I do this. I did not ...
-1
votes
0answers
42 views

preparing cdf for different run [closed]

I have a text file with four columns as below. the first column shows the name of experiment, second column shows the number of repetition (because each experiments is repeated for example 10 times) ...
3
votes
3answers
58 views

Renaming files with various extensions

I have a folder of files which contains a variety of random file extensions as well as no extensions at all. I wish to strip the extensions from the file name. I feel I may be going a long winded way ...
0
votes
2answers
60 views

Loop and work between patterns

I'm trying to pick some information of a very huge document. The file follows this pattern: '>Title 1' 0 200, >name [numbers&letters] 1 200, >name [numbers&letters] 2 200, ...
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
0answers
23 views

keep terminal window title when using screen

Whenever I start screen, it changes the title of the terminal window to 'screen'. Can I prevent that and have the window title remain what it would be if I hadn't run my command under screen. More ...
0
votes
0answers
10 views

rsync: Can it transfer files ignoring size (comparing only timestamp and name)? [migrated]

Can rsync compare/copy based on mod date and filename alone, ignoring file size? Context: I'm trying to implement a two-stage backup using rsync. The first stage is onsite, and I have a bash rsync ...
0
votes
1answer
41 views

What is the $ in bash?

I've been using bash for about 3 mounth. I'm understanding the language step by step but I have a question. The real significate of $ in bash is the same of C? I mean the $ not $1, $0, $# etc etc. ...
1
vote
3answers
24 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 ...
2
votes
0answers
24 views

What is the difference between bash and -bash? [migrated]

What is the difference between bash and -bash. When I execute echo $0, it returns bash on one machine and -bash on the other machine. What is the difference between them?
0
votes
3answers
30 views

How to terminate a regular expression and start another

I have a file which have the data something like this 34sdf, 434ssdf, 43fef, 34sdf, 434ssdf, 43fef, sdfsfs, I have to identify the sdfsfs, and replace it and/or print the line. The exact ...
4
votes
3answers
45 views

Convert exponentials and rounding numbers in BASH

i have such a file 1.5000000000E-01 7.5714285714E+00 4.0000000000E-01 2.5000000000E-01 7.5714285714E+00 4.0000000000E-01 and i have to convert it to something like 0.15 7.57 0.40 i mean i want ...
0
votes
1answer
14 views

git format-patch not working from bash script

I have a list of commits available in commits.txt file and i need to prepare a list of patches of these commits so as to apply them later to my branch. I have written below bash script to do so :- ...
0
votes
0answers
20 views

convert my php normalizePath() function to bash

public static function normalizePath($path,$DS=DIRECTORY_SEPARATOR) { // fix slashes with correct directory separator $path = preg_replace(array( '#/+#', // replace all "/" with ...
3
votes
2answers
33 views

bash read a character from every string in file

I have not so easy task and I am in need of useful advice. I have a file, containing list of hosts: host1.example.domain.com host2.example.domain.com host3.example.domain.com and a variable in a ...
0
votes
3answers
52 views

parsing string in bash

I have a bunch of C++ files in a directory called src. I needed to find all the files that have *Test.cc, but without the .cc file type, so it would just be [filename]Test. I currently have: 1 ...
0
votes
3answers
42 views

AWK Print $2 Breaking Bash Args

I'm trying to capture the output from an EC2 command with AWK. The AWK portion works and the EC2 command work. The problem is, I pass arguments to the script and one of them conflicts with the style ...
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
39 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
2answers
32 views

delete all files within a directory that are older than 1 day [duplicate]

I need to ensure that I have no old files left in my directory so what I think I do is find . -type f -mtime +1 -delete i got that from the find man page but then find . -type f -mtime +1 -exec ...
-1
votes
2answers
38 views

Script to log on to website, check for changes and email if changed

I'm hoping to write a simple script that will log on to a specific website (email as username, no pw required) and check for changes. If there are any changes I'd like to receive an email ...
3
votes
2answers
37 views

Convert charset from a entire project to utf-8

Hi i have a project made in windows who uses windows 1252 charset and i need to convert all my .php file to utf-8 charset because my database is all utf-8 encoded. Is there a way to do that using ...
1
vote
1answer
49 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 ...
0
votes
0answers
16 views

using expect to automatically put pubkey on server

I'm attempting to use expect as part of a client setup utility (for a unison cron job) which will automatically put their machine's pubkey on our server so that unison can continue to work over ssh ...
2
votes
2answers
20 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 ...
0
votes
4answers
30 views

Create a bash date/time variable from argument

Given an argument being passed in like this: ~/Documents/checkout/check-out.sh potatoes '2013/05/22 13:43:00' Using 1st or 2nd line, produces st=`date --date "$2" +%s` # mogul's ...
0
votes
1answer
6 views

How to start inotifywait and another process from one shell script?

I'm trying to start a server process (storescp, from dicom toolkit) and a file system watcher (via inotifywait) from a shell script. Here's what I have so far. #!/bin/bash ...

1 2 3 4 5 445