Score:0

command and shell scripts

sd flag

I try to apply many progresses on one file then to show the result step by step:

#!/bin/bash
sp=835
cat sp835.su | suacor | suximage perc=95 ;
cat sp835.su | supef maxlag=0.85 | suxwib clip= 1 ;
cat sp835.su | suxwib clip= 1 ;
cat sp835.su | supef maxlag=0.85 | sufft | suamp mode=amp | suxwib clip= 1 ;
cat sp835.su | sufft | suamp mod=amp | suxwib ;

but it give me just one shape/figure as result Thank you very much in advance.

waltinator avatar
it flag
You are applying each line of processing to the original file, with no delays in between. What does "it gives me just one shape/figure" mean? What did you expect to happen?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.