AskDev.io
AskDev.io
  • Questions
  • Tags
  • Sign Up

TOP questions

  • What are the primary differences between TDD and BDD?
  • How do I update Ruby Gems from behind a Proxy (ISA-NTLM)
  • How to generate a core dump in Linux on a segmentation fault?
  • Why is quicksort better than mergesort?
  • How does the Java 'for each' loop work?
  • How can I confirm a database is Oracle & what version it is using SQL?
  • Advantages to Using Private Static Methods
  • Does hitting a sheep in the face yield more wool?
  • How do I add SSH Keys to authorized_keys file?
  • How to install "perf" monitoring tool?
  • How can I convert audio from MP4 or FLV video files to mp3?
  • I'm a Subversion geek, why should I consider or not consider Mercurial or Git or any other DVCS?
  • How do I convert an epoch timestamp to a human readable format on the cli?
  • How can I resolve a hostname to an IP address in a Bash script?
  • How to kill SSH session that was started with the -f option (run in background)

New questions

  • How to NOT create a link in a tweet
  • Print via ad-hoc network to wireless printer?
  • Bash alias -=... (alias name should be a simple dash) not working
  • How to set up Drupal Plugin Manager on MAMP in a secure way?
  • How to open an app on login on secondary screen?
  • What are the strategies to become a good open source developer?
  • Asp.Net MVC: How do I get Html.ActionLink to render integer values properly?
  • Make reading more comfortable for the eyes
  • Does Spartan/Edge from Windows 10 use the same rendering engine with IE11?
  • How can I view my known spells?
  • How to check if aptitude did something?
  • Fundamental group of $\mathbb{R}^{3}\setminus \{ \mbox{2 linked circles }\}$

New answers

  • Have you moved MOSS SharePoint 2007 out of the C:\Inetpub\wwwroot\wss\ folder?
  • Best way to install multiple versions of Apache, PHP and MySQL on a single FreeBSD host
  • Cannot write DVDs anymore, but can read them and write CDs
  • elementary inequality proof
  • Does Facebook use any other CDN apart from Akamai? Encountered fbcdn.net subdomain that does not belong to Akamai
  • Prevent my hosting server from adding a JavaScript snippet to my page?
  • What passives abilities does Doom disable?
  • Which version of OpenMP implements gcc 4.5?
  • What is wrong with my iMac? (video corruption, unstable)
  • Should I be paid for time spent learning a framework?
  • How to unrar and unzip files recursively?
  • Files and Data loss when sd card is changed from java supported phone to android phone

Array Cartesian product in bash

Is there a means to create cartesian item of selections without making use of loopholes in bash?

One can make use of curly brackets to do a comparable thing:

echo {a,b,c}+{1,2,3}
a+1 a+2 a+3 b+1 b+2 b+3 c+1 c+2 c+3

yet I require to make use of selections as inputs, and also the majority of noticeable methods fail me.

9
unix bash linux shell shell-script
xl0 2022-07-25 20:41:112022-07-25T08:07:11+02:00
Source Share
Answers: 0

Related questions

7
log network activity in ubuntu server
10
My Ping command does not seem to ever finish. Does that mean it is suceeeding?
0
Problems installing MELT plug in
2
GNOME 3 desktop entry duplicate
3
Failed to fetch medibuntu Something wicked happened resolving (-5 - No address associated with hostname)
2
fedora 19 dependency issue
5
How does Linux md-RAID handle disk read errors?
2
Resolving pseudo domain name to private IP
4
Disallow File IO for a process except for FIFOs
1
Screenshot tool Linux Mint
1
Get last changed content since last read
4
SELinux context of files mounted from a Solaris server
2
Grep ^ and $ at the same time
0
Mint 15 on Lenovo G700: wired internet not working (Atheros QCA8172)
3
Overriding amended time stamps
Language:                             
licensed under cc by-sa 3.0 with attribution.
[email protected]
AskDev.io