Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Using powershell on win10 to invoke bash Post 303014437 by jaryszek on Tuesday 13th of March 2018 04:21:10 AM
Old 03-13-2018
Ok here is the code from windows cmd:

Code:
C:\Users\admin\Downloads\flyway-commandline-5.0.7-windows-x64\flyway-5.0.7>echo %path%
C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY\;C:\Program Files\PostgreSQL\10\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Users\admin\AppData\Local\Microsoft\WindowsApps;

Best,
Jacek

---------- Post updated 03-13-18 at 03:21 AM ---------- Previous update was 03-12-18 at 10:02 AM ----------

Anyone?

Jacek
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Invoke Perl function from Bash ?

Is it possible to invoke a perl function from a bash script ? There are existing perl scripts with many functions that I want to reuse from a more recent script written in bash. Hence the question. (1 Reply)
Discussion started by: NewDeb
1 Replies

2. Shell Programming and Scripting

Invoke a bash script with perl

Hi all, I use the perl script to invoke the bash script. and now there is a problem. my bash script lists as follows: and I use perl run this test scripts now the problem is when I run the perl script I find there is nothing recorded in the file /tmp/jdk.txt (2 Replies)
Discussion started by: Damon_Qu
2 Replies

3. Windows & DOS: Issues & Discussions

Does PowerSHell have *stat command analogs?

I.e. like vmstat, cpustat, iostat, fsstat, kstat ..etc? (1 Reply)
Discussion started by: Xcislav
1 Replies

4. Windows & DOS: Issues & Discussions

Powershell Script Help

Need some help getting this script to work. can someone help. I am trying to create a script that moves log files to another location and only keeps 60 days worth. please see script I started but having issue getting to work.. $TODAY=GET-DATE GET-CHILDITEM C:\test\*.LOG | Where {... (9 Replies)
Discussion started by: freedavis
9 Replies

5. Shell Programming and Scripting

How to start powershell with shebang from windows/cygwin/bash?

I would like to the the windws8/cygwin/bash shebang feature to start a powershell script. I do a "chmod +x set-sound.ps1" and then at a bash prompt I do ./set-sound.ps1 The first line of ./set-sound.ps1 #!powershell.exe -ExecutionPolicy unrestricted The result is the result: ... (5 Replies)
Discussion started by: siegfried
5 Replies

6. Windows & DOS: Issues & Discussions

Help with PowerShell

I am very not knowledgeable with regards to Windows, and even more so with PowerShell, but I'm hoping someone can help me with what should be a fairly simple script. Remove all local accounts matching a given regular expression It seems like I'd need the following combined... Somehow... ... (0 Replies)
Discussion started by: Vryali
0 Replies

7. Shell Programming and Scripting

Bash script - cygwin (powershell?) pull from GitHub API Parse JSON

All, Have a weird issue where i need to generate a report from GitHub monthly detailing user accounts and the last time they logged in. I'm using a windows box to do this (work issued) and would like to know if anyone has any experience scripting for GitAPI using windows / cygwin / powershell?... (9 Replies)
Discussion started by: ChocoTaco
9 Replies

8. Windows & DOS: Issues & Discussions

Powershell + office 365

Hello ! I am looking for powershell guys. I have lot of office365 users ,and i need add/remove calendar items from powershell. my users have multiple calendars. how can i select calendar ,and how can i add / remove item to selected calendar. PS C:\appl\o365calendar> get-mailboxfolder... (0 Replies)
Discussion started by: zoldkovacs
0 Replies

9. Shell Programming and Scripting

Execute powershell script with UNIX

Hi I have a powershell script which is checking whether a windows service is running (as shown below) function FuncCheckService { $ServiceName = 'pgsql-9.2' $arrService = Get-Service -Name $ServiceName if ($arrService.Status -eq 'Running') { Write-Output... (8 Replies)
Discussion started by: simpsa27
8 Replies
SIGCENSUS(1)							The Regina Handbook						      SIGCENSUS(1)

NAME
sigcensus - Form a census of splitting surface signatures SYNOPSIS
sigcensus order DESCRIPTION
Forms a census of all splitting surface signatures of the given order. The order is the number of quadrilaterals in the resulting split- ting surface. The signatures will be written to standard output, one per line, followed by a count of the total number of signatures found. Each signature will be output precisely once up to equivalence. Signatures are considered equivalent if they are related by some combina- tion of: o relabelling symbols; o rotating an individual cycle; o inverting an individual cycle (i.e., reversing the cycle and changing the case of each symbol in the cycle); o reversing all cycles without changing the case of any symbols. Upper-case symbols in signatures are not yet supported; this program will only output signatures whose symbols are all lower-case. For more information on splitting surface signatures, see Burton's PhD thesis at http://www.maths.uq.edu.au/~bab/papers/. MACOS X USERS
If you downloaded a drag-and-drop app bundle, this utility is shipped inside it. If you dragged Regina to the main Applications folder, you can run it as /Applications/Regina.app/Contents/MacOS/sigcensus. WINDOWS USERS
The command-line utilities are installed beneath the Program Files directory; on some machines this directory is called Pro- gram Files (x86). You can start this utility by running c:Program FilesReginaRegina 4.93insigcensus.exe. SEE ALSO
tricensus, tricensus-mpi, regina-gui. AUTHOR
This utility was written by Benjamin Burton <bab@debian.org>. Many people have been involved in the development of Regina; see the users' handbook for a full list of credits. 28 May 2012 SIGCENSUS(1)
All times are GMT -4. The time now is 10:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy