You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick test about pipelines in bash with cpp and python.
Writted in cpp a script that have as output a secuence of numbers and that is the input for the script in python that print it on sorted.
With bash handdled this and compile the cpp file.